diff options
author | Bill Nottingham <notting@redhat.com> | 2001-07-17 16:13:22 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-07-17 16:13:22 +0000 |
commit | 7cbe19913e865b9828d220a698e5b208a32c7348 (patch) | |
tree | f2a7b0cbacba9afd8d805d8a96ca45d56a191c40 /rc.d/init.d | |
parent | 51e3f0296b7ac212d31af5f8f0a67b6a2c139d87 (diff) | |
download | initscripts-7cbe19913e865b9828d220a698e5b208a32c7348.tar initscripts-7cbe19913e865b9828d220a698e5b208a32c7348.tar.gz initscripts-7cbe19913e865b9828d220a698e5b208a32c7348.tar.bz2 initscripts-7cbe19913e865b9828d220a698e5b208a32c7348.tar.xz initscripts-7cbe19913e865b9828d220a698e5b208a32c7348.zip |
use -O nonetdev; require new mount package
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/netfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 2f3c1c1f..ba5a0eb1 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -63,6 +63,7 @@ case "$1" in sig=-9 done } + action $"Unmounting network block filesystems: " umount -a -O netdev [ -n "$NFSMTAB" ] && { sig= retry=3 |