Changeset 2758

Show
Ignore:
Timestamp:
08/21/08 20:05:32 (3 months ago)
Author:
dhozac
Message:

chmod makes no sense for a symlink.

Files:

Legend:

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

    r2751 r2758  
    4646                ;; 
    4747        (l)     ln -s "$4" "$dst" 
    48                 test -z "$5" || chmod "$5" "$dst" 
    4948                ;; 
    5049        (*)     echo "Unknown dev-entry mode '$3'" >&2