diff options
Diffstat (limited to 'abs/core-testing/initscripts/rc.shutdown.patch')
-rw-r--r-- | abs/core-testing/initscripts/rc.shutdown.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/initscripts/rc.shutdown.patch b/abs/core-testing/initscripts/rc.shutdown.patch index 187d1b7..7456b54 100644 --- a/abs/core-testing/initscripts/rc.shutdown.patch +++ b/abs/core-testing/initscripts/rc.shutdown.patch @@ -5,10 +5,10 @@ fi +#unmount network filesystems for runit -+if [ -e /var/service/netfs ] -+then ++#if [ -e /var/service/netfs ] ++#then + /etc/rc.d/netfs stop -+fi ++#fi + if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then # Shutdown daemons |