From: megacz Date: Mon, 14 May 2007 23:55:35 +0000 (+0000) Subject: slightly non-idempotent: chown -R $USER:nogroup in create-user X-Git-Url: https://git.hcoop.net/hcoop/scripts.git/commitdiff_plain/e8f64a1b9619b0fb5c03a6a63aa0b1c7d967149f slightly non-idempotent: chown -R $USER:nogroup in create-user --- diff --git a/create-user b/create-user index 177ad76..7608e97 100755 --- a/create-user +++ b/create-user @@ -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