Changeset 2676

Show
Ignore:
Timestamp:
02/12/08 00:41:08 (9 months ago)
Author:
dhozac
Message:

Set the barrier and warn if it could not be set automatically.

Files:

Legend:

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

    r2673 r2676  
    204204    mkdir -p -m755 "$VDIR" 
    205205    $_SETATTR --~barrier "$VDIR" 
     206    $_SETATTR --barrier "$VDIR"/.. || colwarn $"\ 
     207WARNING: could not set the barrier attribute on '$VDIR/..', 
     208         please set it manually." 
    206209    base._addGeneratedFile "$VDIR" 
    207210