From b15c4758f8cebb444df3ef05a9d1b5c4c8e81cd1 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 9 Jul 2008 18:28:14 +0000 Subject: We should unmount / here. --- init.d/halt.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/halt.sh.in b/init.d/halt.sh.in index 0f189af..9d2ce77 100644 --- a/init.d/halt.sh.in +++ b/init.d/halt.sh.in @@ -80,7 +80,7 @@ if [ "${RC_UNAME}" = "Linux" ]; then # We need the do_unmount function . "${RC_LIBDIR}"/sh/rc-mount.sh eindent - no_umounts_r="/|/dev|/dev/.*|${RC_SVCDIR}" + no_umounts_r="/dev|/dev/.*|${RC_SVCDIR}" # RC_NO_UMOUNTS is an env var that can be set by plugins OIFS=${IFS} SIFS=${IFS-y} IFS=$IFS: -- cgit v1.2.3