From 013e7fb9fc08acd33e944659ff8e7a18aee2b69f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 23 Jun 2011 21:52:44 -0500 Subject: allow options to be passed to killall5 This allows options to be passed to killall5 by the killprocs script. This was added so that certain processes will not be killed during shutdown. x-Gentoo-Bug: 371625 x-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=371625 --- conf.d/Makefile.Linux | 2 +- conf.d/killprocs | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 conf.d/killprocs (limited to 'conf.d') diff --git a/conf.d/Makefile.Linux b/conf.d/Makefile.Linux index 37745de2..369b3dff 100644 --- a/conf.d/Makefile.Linux +++ b/conf.d/Makefile.Linux @@ -1,2 +1,2 @@ -CONF+= consolefont dmesg hwclock keymaps modules +CONF+= consolefont dmesg hwclock keymaps killprocs modules SOS= Linux diff --git a/conf.d/killprocs b/conf.d/killprocs new file mode 100644 index 00000000..0cf10d0d --- /dev/null +++ b/conf.d/killprocs @@ -0,0 +1,3 @@ +# If you wish to pass any options to killall5 during shutdown, +# you should do so here. +killall5_opts="" -- cgit v1.2.3