slightly non-idempotent: chown -R $USER:nogroup in create-user
authormegacz <megacz>
Mon, 14 May 2007 23:55:35 +0000 (23:55 +0000)
committermegacz <megacz>
Mon, 14 May 2007 23:55:35 +0000 (23:55 +0000)
create-user

index 177ad76..7608e97 100755 (executable)
@@ -223,4 +223,10 @@ vos syncvldb deleuze
 fs checkvolumes
 ssh mire.hcoop.net fs checkvolumes
 
-
+# Technically this is not idempotent.  This is not *too* bad because
+# of the fact that in AFS non-system:administrators users can't change
+# the group/owner of a file anyways.  However, users still might want
+# to know which other users created certain files (in, say, a dropbox
+# or something like that).  FIMXE.
+chown -R $USER:nogroup $HOMEPATH
+chown -R $USER:nogroup $MAILPATH