From 9e754136dd96b709a7d76f4a979005724edc3177 Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Tue, 11 Sep 2012 12:22:44 -0700 Subject: [PATCH] Remove system config files In Nitra these are owned by a system configuration files "package". Signed-off-by: Tim Pepper --- 95-core.conf | 3 --- Makefile.am | 8 -------- corewatcher-core.conf | 4 ---- 3 files changed, 15 deletions(-) delete mode 100644 95-core.conf delete mode 100644 corewatcher-core.conf 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 -- 2.7.4