From owner-cvs-usrsbin Sun Jun 23 15:45:39 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA28939 for cvs-usrsbin-outgoing; Sun, 23 Jun 1996 15:45:39 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA28876; Sun, 23 Jun 1996 15:44:08 -0700 (PDT) Date: Sun, 23 Jun 1996 15:44:08 -0700 (PDT) From: Bill Paul Message-Id: <199606232244.PAA28876@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_extern.h yppasswdd_main.c yppasswdd_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/06/23 15:44:07 Modified: usr.sbin/rpc.yppasswdd yppasswdd_extern.h yppasswdd_main.c yppasswdd_server.c Log: Whoops: had a couple of hardcoded instances of '/var/yp/' that shouldn't have been there. Fixed to use yp_dir, which can be set on the command line. Revision Changes Path 1.4 +7 -1 src/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h 1.4 +4 -4 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c 1.5 +4 -4 src/usr.sbin/rpc.yppasswdd/yppasswdd_server.c