summaryrefslogtreecommitdiff
path: root/user-init
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-03-04 02:49:20 +0000
committerJonas Smedegaard <dr@jones.dk>2004-03-04 02:49:20 +0000
commita335250e9c15e825fd76b37ed5cbd645574b8ea4 (patch)
tree882a79655eb68c6f1ce47157eed6ed5eb6da872c /user-init
parentc004bdc9dd072ed5b7d8ddce13fca87859d6c7f8 (diff)
Improved wording of comment.
Diffstat (limited to 'user-init')
-rwxr-xr-xuser-init2
1 files changed, 1 insertions, 1 deletions
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
# <sharetype>: Either mac or win depending on which of netatalk and samba provides r/w access to the shares
# <rwgroup>: Group with write access to the share (usually the default group of the owner)
# <rogroup>: 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