Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139380115
D40157.id122243.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
656 B
Referenced Files
None
Subscribers
None
D40157.id122243.diff
View Options
Index: usr.sbin/adduser/adduser.sh
===================================================================
--- usr.sbin/adduser/adduser.sh
+++ usr.sbin/adduser/adduser.sh
@@ -1036,12 +1036,12 @@
while : ; do
if [ -z "$configflag" ]; then
echo -n "Add another user? (yes/no) [$_another_user]: "
- read _input
- if [ -z "$_input" ]; then
- _input=$_another_user
- fi
else
- echo -n "Re-edit the default configuration? (yes/no): "
+ echo -n "Re-edit the default configuration? (yes/no) [$_another_user]: "
+ fi
+ read _input
+ if [ -z "$_input" ]; then
+ _input=$_another_user
fi
case $_input in
[Yy][Ee][Ss]|[Yy][Ee]|[Yy])
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 12, 11:54 AM (13 m, 17 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26895522
Default Alt Text
D40157.id122243.diff (656 B)
Attached To
Mode
D40157: add defaults for adduser.sh (OK? [yes] & additional user [no])
Attached
Detach File
Event Timeline
Log In to Comment