summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-10-10 09:35:13 +0000
committerRoy Marples <roy@marples.name>2008-10-10 09:35:13 +0000
commit10cb4c18df698f0e79688f7d86e388f5d4822d2a (patch)
tree5eb6a4f81de5914ad104e58f49e3c3058f4dad15
parent50b8aba8d9cd5042f395ed7478400742dd3457f5 (diff)
downloadopenrc-10cb4c18df698f0e79688f7d86e388f5d4822d2a.tar.gz
openrc-10cb4c18df698f0e79688f7d86e388f5d4822d2a.tar.bz2
openrc-10cb4c18df698f0e79688f7d86e388f5d4822d2a.tar.xz
Remove hardedcoded foo here.
-rw-r--r--init.d/halt.sh.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/init.d/halt.sh.in b/init.d/halt.sh.in
index 492b513..ab73d8d 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