From a335250e9c15e825fd76b37ed5cbd645574b8ea4 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 4 Mar 2004 02:49:20 +0000 Subject: Improved wording of comment. --- user-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user-init') diff --git a/user-init b/user-init index 03c8fe8..076b2f9 100755 --- a/user-init +++ b/user-init @@ -173,7 +173,7 @@ for user in $USERS; do # : Either mac or win depending on which of netatalk and samba provides r/w access to the shares # : Group with write access to the share (usually the default group of the owner) # : Either rwgroup or secondary group with read-only access to the share - # owner must be member of both groups, and rwgroup members must also be members of rogroup + # owner and rwgroup members must be member of both groups find "$HOME" -mindepth 1 -maxdepth 1 -type d -print | egrep "^$HOME/shares\." | (while read thisdir; do sharetype="`basename \"$thisdir\" | awk -F. '{print $2}'`" # Define dir and file exceptions -- cgit v1.2.3