diff options
author | Roy Marples <roy@marples.name> | 2008-07-09 16:20:48 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-07-09 16:20:48 +0000 |
commit | 7183cb1b18957f05026e27036f7d70da1571f619 (patch) | |
tree | bbd7210dcd7be0e0a6419ad83a2385b1aee224e9 /init.d/halt.sh.in | |
parent | b83108cd2e44bd20840295d595160c6354ed4256 (diff) |
Fix last commit
Diffstat (limited to 'init.d/halt.sh.in')
-rw-r--r-- | init.d/halt.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/halt.sh.in b/init.d/halt.sh.in index 8431b1cb..2b569ed6 100644 --- a/init.d/halt.sh.in +++ b/init.d/halt.sh.in @@ -100,7 +100,7 @@ if [ "${RC_UNAME}" = "Linux" ]; then done [ -n "${fs}" ] && fs="^(${fs})$" do_unmount "mount -n -o remount,ro" \ - --skip-point-regex "^(/dev|/dev/.*|/proc|/proc/.*|/sys|/sys/.*)$" \ + --skip-point-regex "${no_umounts_r}" \ ${fs:+--skip-fstype-regex} ${fs} --nonetdev eoutdent eend $? |