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 /init.d/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 'init.d/Makefile.Linux')
-rw-r--r-- | init.d/Makefile.Linux | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init.d/Makefile.Linux b/init.d/Makefile.Linux index fa4a6d09..5e574264 100644 --- a/init.d/Makefile.Linux +++ b/init.d/Makefile.Linux @@ -4,9 +4,6 @@ SRCS+= devfs.in dmesg.in hwclock.in consolefont.in keymaps.in killprocs.in \ modules.in mount-ro.in mtab.in numlock.in procfs.in sysfs.in \ termencoding.in -# This really belongs with sysvinit -SRCS+= halt.in - .SUFFIXES: .Linux.in .Linux.in: sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ |