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
73a329aba9
commit
672487645c
@ -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…
x
Reference in New Issue
Block a user