Honour the "uuid" directive in adduser.conf

PR:		conf/87914
Approved by:	philip (mentor)
MFC after:	3 days
This commit is contained in:
Matteo Riondato 2006-01-22 18:37:51 +00:00
parent 3795fc308f
commit f4c595b794
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154688

View file

@ -447,7 +447,10 @@ get_homedir() {
# allocates one if it is not specified.
#
get_uid() {
uuid=${uidstart}
if [ -z "$uuid" ]; then
uuid=${uidstart}
fi
_input=
_prompt=