Index: /trunk/Nebulous-Server/Changes
===================================================================
--- /trunk/Nebulous-Server/Changes	(revision 13276)
+++ /trunk/Nebulous-Server/Changes	(revision 13277)
@@ -2,4 +2,5 @@
 
 0.05
+    - set an xattr on all created files of "user.nebulous_key"
     - add neb-locate
     - change all Nebulous::Client public methods to behave in list context
Index: /trunk/Nebulous/Changes
===================================================================
--- /trunk/Nebulous/Changes	(revision 13276)
+++ /trunk/Nebulous/Changes	(revision 13277)
@@ -2,4 +2,5 @@
 
 0.05
+    - set an xattr on all created files of "user.nebulous_key"
     - add neb-locate
     - change all Nebulous::Client public methods to behave in list context
Index: /trunk/Nebulous/lib/Nebulous/Util.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Util.pm	(revision 13276)
+++ /trunk/Nebulous/lib/Nebulous/Util.pm	(revision 13277)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Util.pm,v 1.5 2007-05-05 01:41:29 jhoblitt Exp $
+# $Id: Util.pm,v 1.6 2007-05-05 02:54:52 jhoblitt Exp $
 
 package Nebulous::Util;
@@ -98,5 +98,5 @@
 
     die "can not set xattr on $path: $!"
-        unless (setfattr($path, 'nebulous_key', $key));
+        unless (setfattr($path, 'user.nebulous_key', $key));
 
     return $path;
