diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-06 15:03:49 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-06 15:03:49 -0300 |
commit | 10c7127d5ff693a8f0c9671b9d3253315f2095be (patch) | |
tree | 07cc635750c86f96e3544f47deebdfd9bb50dcb7 /netfs | |
parent | 9e13f3aecd7c8c716929be9d9faf8725e3065a0e (diff) | |
parent | 86b2cb99028d81a6cb608f09e1a31bc7744a991c (diff) |
Merge branch 'master' of git://projects.archlinux.org/initscripts2012.05.2
Conflicts:
Makefile
Diffstat (limited to 'netfs')
-rwxr-xr-x | netfs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,9 +16,9 @@ case "$1" in ;; stop) stat_busy "Unmounting Network Filesystems" - umount -a -O _netdev + umount -a -f -O _netdev rc=$? - umount -a -t "$NETFS" + umount -a -f -t "$NETFS" (( rc || $? )) && stat_die rm_daemon netfs stat_done |