]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- made the while loop actually end some day if no nfs mounts are present;
authorrrw <rrw@hell.pl>
Sun, 27 Jan 2002 18:15:32 +0000 (18:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nfsfs.init -> 1.9

nfsfs.init

index 4ca4a86f2f797bdda0bcb2d9edcb02370f29e992..37427b54a54e10ad72de45ff1efea7f4eb6b4640 100644 (file)
@@ -54,6 +54,7 @@ case "$1" in
                sleep 2
                fuser -msk -KILL `awk '$3 == "nfs" {print $2}' < $fsfile`
                umount -a -t nfs
+               remaining=$(awk '$3 == "nfs" {print $2}' $fsfile)
        done
        deltext
        ok
This page took 0.049338 seconds and 4 git commands to generate.