]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- sleep 2 between kill -TERM and kill -KILL in "$0 stop";
authorrrw <rrw@hell.pl>
Mon, 5 Nov 2001 14:58:33 +0000 (14:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nfsfs.init -> 1.5

nfsfs.init

index 1fd1c9200939a3a732640f517a69a9a59290405e..6a10999a47285fb0b3f4549207f4b794393331bb 100644 (file)
@@ -48,6 +48,7 @@ case "$1" in
        show "Unmounting NFS filesystems"
        busy
        fuser -msk -TERM `awk '$3 == "nfs" {print $2}' < $fsfile`
+       sleep 2
        fuser -msk -KILL `awk '$3 == "nfs" {print $2}' < $fsfile`
        umount -a -t nfs
        deltext
This page took 0.132947 seconds and 4 git commands to generate.