aboutsummaryrefslogtreecommitdiff
path: root/init.d/localmount.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r--init.d/localmount.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in
index 7b947903..f4bf15f6 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -31,8 +31,6 @@ start()
rc=$?
if [ "$RC_UNAME" != Linux ]; then
rc=0
- elif [ "$rc" = 64 ]; then
- rc=0
fi
return $rc
}