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])