From: Tim Pepper Date: Tue, 11 Sep 2012 19:22:44 +0000 (-0700) Subject: Remove system config files X-Git-Tag: 2.1b_release~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e754136dd96b709a7d76f4a979005724edc3177;p=external%2Fcorewatcher.git Remove system config files In Nitra these are owned by a system configuration files "package". Signed-off-by: Tim Pepper --- diff --git a/95-core.conf b/95-core.conf deleted file mode 100644 index 6212028..0000000 --- a/95-core.conf +++ /dev/null @@ -1,3 +0,0 @@ -# Allow core dumps - -* soft core 4194304 diff --git a/Makefile.am b/Makefile.am index bd86b0e..052ac5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,11 +12,3 @@ dist_corewatcherconf_DATA = \ EXTRA_DIST = \ corewatcher.supp \ $(man_MANS) - -sysctldir = $(sysconfdir)/sysctl.d -dist_sysctl_DATA = \ - corewatcher-core.conf - -corefileconfdir = $(sysconfdir)/security/limits.d -dist_corefileconf_DATA = \ - 95-core.conf diff --git a/corewatcher-core.conf b/corewatcher-core.conf deleted file mode 100644 index dfdc7eb..0000000 --- a/corewatcher-core.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Controls whether core dumps will append the PID to the core filename. -# Useful for debugging multi-threaded applications. -kernel.core_uses_pid = 1 -kernel.core_pattern = /tmp/core.%e_%t