diff options
author | Roy Marples <roy@marples.name> | 2008-10-10 09:35:13 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-10-10 09:35:13 +0000 |
commit | 10cb4c18df698f0e79688f7d86e388f5d4822d2a (patch) | |
tree | 5eb6a4f81de5914ad104e58f49e3c3058f4dad15 /init.d/halt.sh.in | |
parent | 50b8aba8d9cd5042f395ed7478400742dd3457f5 (diff) |
Remove hardedcoded foo here.
Diffstat (limited to 'init.d/halt.sh.in')
-rw-r--r-- | init.d/halt.sh.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/init.d/halt.sh.in b/init.d/halt.sh.in index 492b5139..ab73d8df 100644 --- a/init.d/halt.sh.in +++ b/init.d/halt.sh.in @@ -7,15 +7,6 @@ [ -r @SYSCONFDIR@/conf.d/localmount ] && . @SYSCONFDIR@/conf.d/localmount [ -r @SYSCONFDIR@/rc.conf ] && . @SYSCONFDIR@/rc.conf -# Support LiveCD foo -if [ -r /sbin/livecd-functions.sh ]; then - . /sbin/livecd-functions.sh - livecd_read_commandline -fi - -stop_addon devfs -stop_addon udev - # Really kill things off before unmounting if [ -x /sbin/killall5 ]; then killall5 -15 |