summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-09 17:05:10 +0000
committerRoy Marples <roy@marples.name>2008-07-09 17:05:10 +0000
commit289889ebf0045d603ce857467ed0156d65c8f50b (patch)
tree9c1d578903b1c42ae952406542f1fdd804413dd3 /init.d
parent7183cb1b18957f05026e27036f7d70da1571f619 (diff)
downloadopenrc-289889ebf0045d603ce857467ed0156d65c8f50b.tar.gz
openrc-289889ebf0045d603ce857467ed0156d65c8f50b.tar.bz2
openrc-289889ebf0045d603ce857467ed0156d65c8f50b.tar.xz
Fix unmounting some more.
Diffstat (limited to 'init.d')
-rw-r--r--init.d/halt.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/halt.sh.in b/init.d/halt.sh.in
index 2b569ed..0f189af 100644
--- a/init.d/halt.sh.in
+++ b/init.d/halt.sh.in
@@ -93,7 +93,7 @@ if [ "${RC_UNAME}" = "Linux" ]; then
unset IFS
fi
no_umounts_r="${no_umounts_r}|/proc|/proc/.*|/sys|/sys/.*"
- no_umounts_r="^(${no_umounts})$"
+ no_umounts_r="^(${no_umounts_r})$"
fs=
for x in ${net_fs_list}; do
fs="${fs}${fs:+|}${x}"