Go to file
thorpej 97fdc79a5e Fix a semantic problem reported by Chuck Cranor:
If a user wishes to change a password on a system running YP, and
the master server is not running rpc.yppasswdd, chpass(1) would fail,
even if the user had a local entry.  Fix this by checking for local
entry if master is not running rpc.yppasswd iff we defaulted to using
YP (not invoked with "-y").

XXX Unlike the similar change to passwd(1), this one duplicates some
XXX code (makes an attempt to contact rpc.yppasswdd early).  This is
XXX a side-effect of the structure of this program.  chpass(1) could
XXX use a re-write.
1996-11-26 23:38:42 +00:00
bin - fix parsing bug reported by mycroft: ! was only recognized in the beginning 1996-11-25 20:22:00 +00:00
distrib Update and clarifications (addresses PR#2933). 1996-11-23 21:39:23 +00:00
etc Eradicate all the expr goo by following Charles' example with the i386 1996-11-23 04:22:45 +00:00
games Oy Gevalt, incorrect meter! 1996-11-23 10:40:50 +00:00
gnu Commit src/gnu/usr.bin/gcc/arch/mips/netbsd.h diffs with minimal 1996-11-17 19:36:51 +00:00
include Add declaration for ttyaction(). 1996-11-14 17:15:16 +00:00
lib add libwrap. 1996-11-26 17:46:50 +00:00
libexec After the chown(ttyn, 0, 0), call ttyaction(ttyn, "getty", "root") 1996-11-14 19:25:50 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Fix typo; PR misc/2956. Also cleaned up .Nm usage. 1996-11-26 06:44:36 +00:00
share add libz and libwrap 1996-11-26 17:37:39 +00:00
sys Back out previous soqinsque() and soqremque() changes. This will 1996-11-26 23:24:04 +00:00
usr.bin Fix a semantic problem reported by Chuck Cranor: 1996-11-26 23:38:42 +00:00
usr.sbin use the new libwrap functionality to provide tcpd-like functionality 1996-11-26 17:23:34 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00