diff options
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r-- | init.d/localmount.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in index b2e8ef17..67e43035 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -29,9 +29,6 @@ start() ebegin "Mounting local filesystems" mount -at "$types" $no_netdev eend $? "Some local filesystem failed to mount" - - # Always return 0 - some local mounts may not be critical for boot - return 0 } stop() |