diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/localmount.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in index 158bafcd..de0b08b3 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -33,6 +33,7 @@ start() stop() { + yesno $RC_GOINGDOWN || return 0 # We never unmount / or /dev or $RC_SVCDIR # Bug 381783 |