freebsd-dev/usr.sbin/pwd_mkdb
Bill Paul 8839484b47 Begin closing out PR #1519 (this requires a change to chpass too,
and both changes need to be pulled into the stable branch). The
problem here is that when pwd_mkdb creates /etc/passwd, it turns
empty UID and GID fields into zeroes. To fix this, we check the
_PWF_UID and _PWF_GID bits in the pw_fields flag: if the bits
are not set, we print an empty field instead of a zero. This way,
you don't get zeroes in the UID or GID fields unless you explicit
want them.
1996-10-22 03:18:11 +00:00
..
Makefile Get rid of update. Make man page installation work with our scheme 1994-08-05 16:31:05 +00:00
pw_scan.c Submitted by: archie@whistle.com 1996-06-20 19:19:29 +00:00
pw_scan.h BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00
pwd_mkdb.8 New option: [-c] 1996-08-19 16:03:15 +00:00
pwd_mkdb.c Begin closing out PR #1519 (this requires a change to chpass too, 1996-10-22 03:18:11 +00:00