diff options
author | William Hubbs <williamh@gentoo.org> | 2011-06-23 21:52:44 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-06-23 21:52:44 -0500 |
commit | 013e7fb9fc08acd33e944659ff8e7a18aee2b69f (patch) | |
tree | 4c9ce5851b2b3e333a093811a32a0e913c12a1ce /conf.d/Makefile.Linux | |
parent | e152199860b5b9932e727b20eeefa34d870cc93a (diff) |
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/Makefile.Linux')
-rw-r--r-- | conf.d/Makefile.Linux | 2 |
1 files changed, 1 insertions, 1 deletions
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 |