From 94c525f07605f45c925f1ba3521d00882328c4e6 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 15 Mar 2013 15:54:35 +0100 Subject: sysctl: coredump.conf -> 50-coredump.conf --- Makefile.am | 6 +++--- sysctl.d/50-coredump.conf.in | 10 ++++++++++ sysctl.d/coredump.conf.in | 10 ---------- 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 sysctl.d/50-coredump.conf.in delete mode 100644 sysctl.d/coredump.conf.in diff --git a/Makefile.am b/Makefile.am index cf2154452a..6978bfb9e2 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 0000000000..d5795a37d5 --- /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 d5795a37d5..0000000000 --- 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 -- cgit v1.2.3-54-g00ecf