summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Pepper <timothy.c.pepper@linux.intel.com>2012-09-11 12:22:44 -0700
committerTim Pepper <timothy.c.pepper@linux.intel.com>2012-09-11 12:22:44 -0700
commit9e754136dd96b709a7d76f4a979005724edc3177 (patch)
treeb00cf518e19945c56173650b43dbbfae35d4a9d4
parent94fdec6803608d4e1519631325c623c4a583f554 (diff)
downloadcorewatcher-9e754136dd96b709a7d76f4a979005724edc3177.tar.gz
corewatcher-9e754136dd96b709a7d76f4a979005724edc3177.tar.bz2
corewatcher-9e754136dd96b709a7d76f4a979005724edc3177.zip
Remove system config files
In Nitra these are owned by a system configuration files "package". Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
-rw-r--r--95-core.conf3
-rw-r--r--Makefile.am8
-rw-r--r--corewatcher-core.conf4
3 files changed, 0 insertions, 15 deletions
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