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 } diff --git a/init.d/netmount.in b/init.d/netmount.in index 9f8537d1..d9cf9c56 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -25,8 +25,6 @@ start() ewend $rc "Could not mount all network filesystems" if [ "$RC_UNAME" != Linux ]; then rc=0 - elif [ "$rc" = 64 ]; then - rc=0 fi return $rc }