diff options
Diffstat (limited to 'init.d')
| -rw-r--r-- | init.d/localmount.in | 3 | ||||
| -rw-r--r-- | init.d/netmount.in | 1 | 
2 files changed, 0 insertions, 4 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() diff --git a/init.d/netmount.in b/init.d/netmount.in index 66ba4090..2ce5c2a9 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -27,7 +27,6 @@ start()  		rc=$?  	fi  	ewend $rc "Could not mount all network filesystems" -	return 0  }  stop() | 
