summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-06-23 21:52:44 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-06-23 21:52:44 -0500
commit013e7fb9fc08acd33e944659ff8e7a18aee2b69f (patch)
tree4c9ce5851b2b3e333a093811a32a0e913c12a1ce /conf.d
parente152199860b5b9932e727b20eeefa34d870cc93a (diff)
downloadopenrc-013e7fb9fc08acd33e944659ff8e7a18aee2b69f.tar.gz
openrc-013e7fb9fc08acd33e944659ff8e7a18aee2b69f.tar.bz2
openrc-013e7fb9fc08acd33e944659ff8e7a18aee2b69f.tar.xz
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
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile.Linux2
-rw-r--r--conf.d/killprocs3
2 files changed, 4 insertions, 1 deletions
diff --git a/conf.d/Makefile.Linux b/conf.d/Makefile.Linux
index 37745de..369b3df 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 0000000..0cf10d0
--- /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=""