Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162621246
D57774.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
647 B
Referenced Files
None
Subscribers
None
D57774.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,13 +574,13 @@
if [ -z "$configflag" ]; then
[ -z "$fflag" ] && echo -n "Login group is $_group. Invite $username"
- [ -z "$fflag" ] && echo -n " into other (space separated) groups? [$ugroups]: "
+ [ -z "$fflag" ] && echo -n " into other groups? [$ugroups]: "
else
[ -z "$fflag" ] && echo -n "Enter additional groups [$ugroups]: "
fi
read _input
- [ -n "$_input" ] && ugroups="$_input"
+ [ -n "$_input" ] && ugroups="$(echo "$_input" | tr -s ',:;' ' ')"
}
# get_expire_dates
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 16, 4:10 AM (9 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34286835
Default Alt Text
D57774.diff (647 B)
Attached To
Mode
D57774: adduser: Normalize supplemental groups
Attached
Detach File
Event Timeline
Log In to Comment