From 131f0dfbb8c6ff3f8dab46bad55fb2a33886edd9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 13 Dec 2001 16:08:02 +0000 Subject: Keep uid when resetting all files (nice to have to locate the responsible person for a file). --- volinit-netatalk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'volinit-netatalk') diff --git a/volinit-netatalk b/volinit-netatalk index a1e355a..cf995ac 100755 --- a/volinit-netatalk +++ b/volinit-netatalk @@ -57,7 +57,7 @@ echo "People in group $GRP has read/write access through AppleShare" test $GRP = $ALL || echo "People in group $ALL has read access through AppleShare" echo "Others have no access" echo -n "Checking permissions..." -chown -R $GRPUSER.$GRP $VOL/$ALL/$GRP \ +chown -R .$GRP $VOL/$ALL/$GRP \ && chmod -R u=rwX,g=rwXs,o=rX $VOL/$ALL/$GRP \ && chmod u=rwX,g=rXs,o=rX $VOL/$ALL/$GRP echo "." -- cgit v1.2.3