]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make passwords no longer echo or display. Because of this, we now also
authorJordan K. Hubbard <jkh@FreeBSD.org>
Wed, 11 Sep 1996 08:36:54 +0000 (08:36 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Wed, 11 Sep 1996 08:36:54 +0000 (08:36 +0000)
commit79b69435d915fc841540c5405d8a90012dc02d1c
tree413e6c430734e71f9a9735e6287111cc6beb8950
parent99892d231730e5c9c2dab732d0433f0cb510ed81
Make passwords no longer echo or display.  Because of this, we now also
ask for matching confirmation.  I'm sure there is a clever direct-from-perl
ioctl way of putting the terminal into noecho mode, but I don't feel like
learning perl so I just used system.  [yes, I'll put stty on the installation
boot floppy as necessary]
usr.sbin/adduser/adduser.perl