mtm 2007-05-16 10:10:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/adduser adduser.sh
Log:
MFC:
revision 1.30
date: 2007/04/12 08:17:56; author: mtm; state: Exp; lines: +2 -7
o Use the uidstart var
le 2007-05-04 17:17:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/adduser adduser.sh
Log:
MFC 1.28:
Check if the new user already exists right after entering the
username instead of watching the final call to pw(8) fail.
mtm 2007-04-12 08:17:56 UTC
FreeBSD src repository
Modified files:
usr.sbin/adduser adduser.sh
Log:
There are a couple of bugs in rev. 1.27:
1) The man page should describe the code, not the other way around.
2) Internal variables should not be documented or exposed,
mtm 2007-04-12 07:38:27 UTC
FreeBSD src repository
Modified files:
usr.sbin/adduser adduser.sh
Log:
Errm... I don't see how rev. 1.26 could have possibly worked or been tested.
Fix it for real.
Submitted by: Johnny Lee <[EMAIL PROTECTED]>
MFC After: 2 weeks
le 2007-03-26 22:22:10 UTC
FreeBSD src repository
Modified files:
usr.sbin/adduser adduser.sh
Log:
Check if the new user already exists right after entering the
username instead of watching the final call to pw(8) fail.
Revision ChangesPath
1.28 +8 -2
matteo 2006-01-25 07:43:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/adduser adduser.sh
Log:
MFC:
Honour the "uuid" directive in adduser.conf
src/usr.sbin/adduser/adduser.sh: rev 1.26 -> 1.27
PR: conf/879
matteo 2006-01-22 18:37:51 UTC
FreeBSD src repository
Modified files:
usr.sbin/adduser adduser.sh
Log:
Honour the "uuid" directive in adduser.conf
PR: conf/87914
Approved by:philip (mentor)
MFC after: 3 days
Revision ChangesPath
1.27