summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/initscripts/rc.shutdown.patch
blob: 329164d9c207c8a07c75e694374df24975489d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- rc.shutdown.orig	2010-08-08 23:50:24.000000000 +0000
+++ rc.shutdown	2010-08-08 23:51:37.000000000 +0000
@@ -32,6 +32,12 @@
 		fi
 	done
 fi
+#unmount network filesystems for runit
+#if [ -e /var/services/netfs ]
+#then
+   /etc/rc.d/netfs stop
+#fi
+
 # Shutdown daemons in reverse order
 let i=${#DAEMONS[@]}-1
 while [ $i -ge 0 ]; do