Changeset 2730

Show
Ignore:
Timestamp:
07/08/08 17:51:45 (5 months ago)
Author:
dhozac
Message:

Correctly unmount NFS and other "special" filesystems.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/vserver.functions

    r2716 r2730  
    13531353    # separate loop to avoid races while reading /proc/mounts 
    13541354    for i in "${list_umount[@]}"; do 
    1355         $_UMOUNT -l -n "$i" 
     1355        $_UMOUNT -l -n -i "$i" 
    13561356    done 
    13571357}