[systemd-commits] Makefile.am sysctl.d/50-coredump.conf.in sysctl.d/coredump.conf.in

Kay Sievers kay at kemper.freedesktop.org
Fri Mar 15 07:59:34 PDT 2013


 Makefile.am                  |    6 +++---
 sysctl.d/50-coredump.conf.in |   10 ++++++++++
 sysctl.d/coredump.conf.in    |   10 ----------
 3 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit 94c525f07605f45c925f1ba3521d00882328c4e6
Author: Kay Sievers <kay at vrfy.org>
Date:   Fri Mar 15 15:54:35 2013 +0100

    sysctl: coredump.conf -> 50-coredump.conf

diff --git a/Makefile.am b/Makefile.am
index cf21544..6978bfb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2776,14 +2776,14 @@ dist_bashcompletion_DATA += \
 	shell-completion/bash/systemd-coredumpctl
 
 sysctl_DATA = \
-	sysctl.d/coredump.conf
+	sysctl.d/50-coredump.conf
 
 CLEANFILES += \
-	sysctl.d/coredump.conf
+	sysctl.d/50-coredump.conf
 endif
 
 EXTRA_DIST += \
-	sysctl.d/coredump.conf.in
+	sysctl.d/50-coredump.conf.in
 
 # ------------------------------------------------------------------------------
 if ENABLE_BINFMT
diff --git a/sysctl.d/50-coredump.conf.in b/sysctl.d/50-coredump.conf.in
new file mode 100644
index 0000000..d5795a3
--- /dev/null
+++ b/sysctl.d/50-coredump.conf.in
@@ -0,0 +1,10 @@
+#  This file is part of systemd.
+#
+#  systemd is free software; you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as published by
+#  the Free Software Foundation; either version 2.1 of the License, or
+#  (at your option) any later version.
+
+# See sysctl.d(5) and core(5) for for details.
+
+kernel.core_pattern=|@rootlibexecdir@/systemd-coredump %p %u %g %s %t %e
diff --git a/sysctl.d/coredump.conf.in b/sysctl.d/coredump.conf.in
deleted file mode 100644
index d5795a3..0000000
--- a/sysctl.d/coredump.conf.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU Lesser General Public License as published by
-#  the Free Software Foundation; either version 2.1 of the License, or
-#  (at your option) any later version.
-
-# See sysctl.d(5) and core(5) for for details.
-
-kernel.core_pattern=|@rootlibexecdir@/systemd-coredump %p %u %g %s %t %e



More information about the systemd-commits mailing list