IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13277


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"

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r13257 r13277  
    22
    330.05
     4    - set an xattr on all created files of "user.nebulous_key"
    45    - add neb-locate
    56    - change all Nebulous::Client public methods to behave in list context
  • trunk/Nebulous/Changes

    r13257 r13277  
    22
    330.05
     4    - set an xattr on all created files of "user.nebulous_key"
    45    - add neb-locate
    56    - change all Nebulous::Client public methods to behave in list context
  • 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.