From 305a90a410b6b975431c441c2bbcbc23ff68d7ac Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 26 Jul 2013 10:25:30 +0200 Subject: don't care about network filesystems --- rc.d/init.d/network | 9 --------- 1 file changed, 9 deletions(-) (limited to 'rc.d') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 73e9d2f7..a314d9d2 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -175,15 +175,6 @@ case "$1" in exit 1 fi - # If this is a final shutdown/halt, check for network FS, - # and unmount them even if the user didn't turn on netfs - if [ "$RUNLEVEL" = "6" -o "$RUNLEVEL" = "0" -o "$RUNLEVEL" = "1" ]; then - NETMOUNTS=$(findmnt -n -m -t nfs,nfs4,smbfs,ncpfs,cifs 2>/dev/null) - if [ -n "$NETMOUNTS" ] ; then - /etc/init.d/netfs stop - fi - fi - vlaninterfaces="" vpninterfaces="" xdslinterfaces="" -- cgit v1.2.1