Errm... I don't see how rev. 1.26 could have possibly worked or been tested.

Fix it for real.

Submitted by: Johnny Lee <johnny@bmtk.com>
MFC After: 2 weeks
This commit is contained in:
Mike Makonnen 2007-04-12 07:38:26 +00:00
parent aa84193acf
commit f30cdb6e7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168651

View file

@ -598,19 +598,20 @@ input_from_file() {
case "$fileline" in
\#*|'')
;;
*)
get_user || continue
get_gecos
get_uid
get_logingroup
get_class
get_shell
get_homedir
get_password
get_expire_dates
add_user
;;
esac
get_user || continue
get_gecos
get_uid
get_logingroup
get_class
get_shell
get_homedir
get_password
get_expire_dates
add_user
done
}