summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-15 09:30:39 +0000
committereadler <eadler@FreeBSD.org>2018-03-15 09:30:39 +0000
commit94dc01219a127a96409f5afcefd1a4a30759b1eb (patch)
tree292daa94c09f4bf08bb2daabf0a64a9fbc795f83 /usr.sbin
parent4e1572dbb177b343cbf13707923599965cb55e51 (diff)
downloadFreeBSD-src-94dc01219a127a96409f5afcefd1a4a30759b1eb.zip
FreeBSD-src-94dc01219a127a96409f5afcefd1a4a30759b1eb.tar.gz
MFC r327474:
bsdinstall: inform users that typing will not be visible Some users, especially those that are new, might be confused when passwd does not echo anything. Inform users that the password will not be visible. PR: 196113
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/rootpass1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/scripts/rootpass b/usr.sbin/bsdinstall/scripts/rootpass
index 7bfd823..7764a51 100755
--- a/usr.sbin/bsdinstall/scripts/rootpass
+++ b/usr.sbin/bsdinstall/scripts/rootpass
@@ -32,5 +32,6 @@ echo "========================"
echo
echo "Please select a password for the system management account (root):"
+echo "Typed characters will not be visible."
chroot $BSDINSTALL_CHROOT passwd root 2>&1
OpenPOWER on IntegriCloud