| Summary: | [PATCH] Reduce pwd_mkdb verbosity for id's > USHRT_MAX | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Sheldon Hearn <sheldonh> | ||||
| Component: | bin | Assignee: | Sheldon Hearn <sheldonh> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Sheldon Hearn
1999-08-24 09:20:00 UTC
Responsible Changed From-To: freebsd-ports->sheldonh Mine. :-) State Changed From-To: open->closed Committed and merged to stable with jkh's permission. State Changed From-To: closed->open Changes were backed out on bde's request. I'll tackle this one agagin when my POSIX books arrive. :-) State Changed From-To: open->suspended An environment variable test has been added to pw_scan() for the existance of PW_SCAN_BIG_IDS. This envar turns off the warnings generated for large IDs by chpass and pwd_mkdb (and therefore vipw as well). Left in the suspended state for later MFC, which would involve: src/usr.sbin/pwd_mkdb/pw_scan.c rev 1.11 and 1.13 src/usr.sbin/pwd_mkdb/pw_scan.h rev 1.2 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 rev 1.13 and 1.14 src/usr.sbin/vipw/vipw.8 rev 1.6 src/usr.bin/chpass/chpass.1 rev 1.20 Note that an MFC would not require changes to pwd_mkdb.c . State Changed From-To: suspended->closed Merged onto the RELENG_3 branch. Herendethelesson. |