Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162638558
D57768.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
649 B
Referenced Files
None
Subscribers
None
D57768.diff
View Options
diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh
--- a/usr.sbin/adduser/adduser.sh
+++ b/usr.sbin/adduser/adduser.sh
@@ -574,7 +574,7 @@
if [ -z "$configflag" ]; then
[ -z "$fflag" ] && echo -n "Login group is $_group. Invite $username"
- [ -z "$fflag" ] && echo -n " into other groups? [$ugroups]: "
+ [ -z "$fflag" ] && echo -n " into other (space separated) groups? [$ugroups]: "
else
[ -z "$fflag" ] && echo -n "Enter additional groups [$ugroups]: "
fi
@@ -1018,7 +1018,7 @@
done
if [ -n "$readconfig" ] && [ -r "${ADDUSERCONF}" ]; then
. "${ADDUSERCONF}"
-fi
+fi
# Process command-line options
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 16, 7:27 AM (16 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34284197
Default Alt Text
D57768.diff (649 B)
Attached To
Mode
D57768: Extend adduser question to include explanation on how to separate the groups to join the new user
Attached
Detach File
Event Timeline
Log In to Comment