IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13277 for trunk/Nebulous/lib


Ignore:
Timestamp:
May 4, 2007, 4:56:09 PM (19 years ago)
Author:
jhoblitt
Message:

set an xattr on all created files of "user.nebulous_key"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Util.pm

    r13269 r13277  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Util.pm,v 1.5 2007-05-05 01:41:29 jhoblitt Exp $
     3# $Id: Util.pm,v 1.6 2007-05-05 02:54:52 jhoblitt Exp $
    44
    55package Nebulous::Util;
     
    9898
    9999    die "can not set xattr on $path: $!"
    100         unless (setfattr($path, 'nebulous_key', $key));
     100        unless (setfattr($path, 'user.nebulous_key', $key));
    101101
    102102    return $path;
Note: See TracChangeset for help on using the changeset viewer.