Changeset 13277 for trunk/Nebulous/lib
- Timestamp:
- May 4, 2007, 4:56:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Util.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
