Remove system config files
authorTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 19:22:44 +0000 (12:22 -0700)
committerTim Pepper <timothy.c.pepper@linux.intel.com>
Tue, 11 Sep 2012 19:22:44 +0000 (12:22 -0700)
In Nitra these are owned by a system configuration files "package".

Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
95-core.conf [deleted file]
Makefile.am
corewatcher-core.conf [deleted file]

diff --git a/95-core.conf b/95-core.conf
deleted file mode 100644 (file)
index 6212028..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# Allow core dumps
-
-*          soft    core     4194304
index bd86b0e..052ac5d 100644 (file)
@@ -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 (file)
index dfdc7eb..0000000
+++ /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