cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.8 pwd_mkdb.c
Warner Losh
imp at FreeBSD.org
Wed Jul 21 10:38:05 PDT 2004
imp 2004-07-21 17:38:05 UTC
FreeBSD src repository
Modified files:
usr.sbin/pwd_mkdb pwd_mkdb.8 pwd_mkdb.c
Log:
Add support for ignoring locking failures. This is only enabled when
you've specified a directory. It is intended to be used in building
custom releases over NFS where locking may be unreliable at best and
there is no contention that the locking is designed to arbitrate.
Other uses of this flag are discouraged. Document same in usage and
man page (including the warning about unwise).
Sponsored by: Timing Solutions
Revision Changes Path
1.23 +11 -0 src/usr.sbin/pwd_mkdb/pwd_mkdb.8
1.45 +8 -4 src/usr.sbin/pwd_mkdb/pwd_mkdb.c
More information about the cvs-src
mailing list