Date: Thu, 2 Dec 1999 08:39:16 -0800 (PST) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pwd_mkdb pw_scan.c pwd_mkdb.8 pwd_mkdb.c src/usr.sbin/vipw vipw.8 src/usr.bin/chpass chpass.1 Message-ID: <199912021639.IAA11022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sheldonh 1999/12/02 08:39:16 PST
Modified files:
usr.sbin/pwd_mkdb pw_scan.c pwd_mkdb.8 pwd_mkdb.c
usr.sbin/vipw vipw.8
usr.bin/chpass chpass.1
Log:
Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in
the environment. This allows big ID warnings to be suppressed for
vipw and chpass as well.
Since the environment variable test is only performed for callers
of pw_scan() that do not set pw_big_ids_warning, the test can still
be overriden. Currently, chpass and pwd_mkdb are the only users
of pw_scan() and neither of them overrides the environment variable
test.
Revision Changes Path
1.13 +9 -2 src/usr.sbin/pwd_mkdb/pw_scan.c
1.14 +10 -8 src/usr.sbin/pwd_mkdb/pwd_mkdb.8
1.34 +2 -5 src/usr.sbin/pwd_mkdb/pwd_mkdb.c
1.6 +5 -2 src/usr.sbin/vipw/vipw.8
1.20 +7 -1 src/usr.bin/chpass/chpass.1
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912021639.IAA11022>
