From owner-cvs-all Thu Dec 2 8:39:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ADC714A15; Thu, 2 Dec 1999 08:39:19 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA11022; Thu, 2 Dec 1999 08:39:16 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199912021639.IAA11022@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 2 Dec 1999 08:39:16 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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