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:
mtm 2007-04-12 07:38:26 +00:00
parent 73a329aba9
commit 672487645c

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
}