Page MenuHomeFreeBSD

D40157.id122243.diff
No OneTemporary

D40157.id122243.diff

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

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)

Event Timeline