+#unmount network filesystems for runit
+INIT=`ps -p1 -o comm=`
+if [ x$INIT = xrunit ]
+then
+	if [ -e /var/services/netfs ]
+	then
+	   /etc/rc.d/netfs stop
+	fi
+fi