mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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:
parent
aa84193acf
commit
f30cdb6e7d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168651
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user