Changeset 13277
- Timestamp:
- May 4, 2007, 4:56:09 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
Nebulous-Server/Changes (modified) (1 diff)
-
Nebulous/Changes (modified) (1 diff)
-
Nebulous/lib/Nebulous/Util.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r13257 r13277 2 2 3 3 0.05 4 - set an xattr on all created files of "user.nebulous_key" 4 5 - add neb-locate 5 6 - change all Nebulous::Client public methods to behave in list context -
trunk/Nebulous/Changes
r13257 r13277 2 2 3 3 0.05 4 - set an xattr on all created files of "user.nebulous_key" 4 5 - add neb-locate 5 6 - change all Nebulous::Client public methods to behave in list context -
trunk/Nebulous/lib/Nebulous/Util.pm
r13269 r13277 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Util.pm,v 1. 5 2007-05-05 01:41:29jhoblitt Exp $3 # $Id: Util.pm,v 1.6 2007-05-05 02:54:52 jhoblitt Exp $ 4 4 5 5 package Nebulous::Util; … … 98 98 99 99 die "can not set xattr on $path: $!" 100 unless (setfattr($path, ' nebulous_key', $key));100 unless (setfattr($path, 'user.nebulous_key', $key)); 101 101 102 102 return $path;
Note:
See TracChangeset
for help on using the changeset viewer.
