diff options
author | Roy Marples <roy@marples.name> | 2008-11-12 16:28:07 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-11-12 16:28:07 +0000 |
commit | df22978de96c979c81feff80a54ef8d21b5fdeab (patch) | |
tree | 40122a2c18a4c882bd48379872a9b601a03a29ee /runlevels/Makefile.Linux | |
parent | fe509db6607ded1812f0e2ada4e138eeff458c20 (diff) |
Punt halt init script. sysvinit should install it. See Gentoo bug #246502 on how to handle this.
Diffstat (limited to 'runlevels/Makefile.Linux')
-rw-r--r-- | runlevels/Makefile.Linux | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runlevels/Makefile.Linux b/runlevels/Makefile.Linux index 2143a7e0..9876cd2b 100644 --- a/runlevels/Makefile.Linux +++ b/runlevels/Makefile.Linux @@ -1,6 +1,3 @@ SYSINIT+= devfs dmesg BOOT+= hwclock keymaps modules mtab net.lo procfs termencoding SHUTDOWN+= killprocs mount-ro - -# This really belongs with sysvinit -SHUTDOWN+= halt |