From e8f64a1b9619b0fb5c03a6a63aa0b1c7d967149f Mon Sep 17 00:00:00 2001 From: megacz Date: Mon, 14 May 2007 23:55:35 +0000 Subject: [PATCH 1/1] slightly non-idempotent: chown -R $USER:nogroup in create-user --- create-user | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.20.1