Major reworking of ypserv.c by me: this program actually works now!!
authorchuck <chuck@openbsd.org>
Sat, 20 Jan 1996 00:43:43 +0000 (00:43 +0000)
committerchuck <chuck@openbsd.org>
Sat, 20 Jan 1996 00:43:43 +0000 (00:43 +0000)
commit3cb5fe0853c946094ce9a18cda5879edbf9c1946
treeb104df088af3892f727a145dcded4fb0d71eebd0
parent0e72ae5718147be404c727eecaf5c2c8609ebe62
Major reworking of ypserv.c by me: this program actually works now!!
highlights:
 - fixed yp first call (uses ypreq_nokey rather than ypreq_key, despite
what yp.x says)
 - cleanup of looging
 - removed SVCXPRT args to "local" since you can get them from svc_req
and this makes it look more like rpcgen's output
 - use new yplog()
 - add call to db init
usr.sbin/ypserv/ypserv/ypserv.c