From owner-cvs-usrsbin Sat Apr 27 21:16:12 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03413 for cvs-usrsbin-outgoing; Sat, 27 Apr 1996 21:16:12 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03396 Sat, 27 Apr 1996 21:16:07 -0700 (PDT) Date: Sat, 27 Apr 1996 21:16:07 -0700 (PDT) From: Bill Paul Message-Id: <199604280416.VAA03396@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/yp_mkdb - Imported sources Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/04/27 21:16:06 src/usr.sbin/yp_mkdb - Imported sources Update of /home/ncvs/src/usr.sbin/yp_mkdb In directory freefall.freebsd.org:/a/wpaul/import/yp_mkdb Revision/Branch: 1.1.1 Log Message: Import the new yp_mkdb. This one does what the old one does, but is hopefully less grotty. Differences include: - An extra flag, -c, for sending a YPPROC_CLEAR to ypserv(8) (which will become useful once I merge in the DB handle caching mods I've been working on). - Checks for and signals duplicate keys. - Handles line continuations. As of now, there is no more GNU YP code in the tree. Status: Vendor Tag: WPAUL Release Tags: yp_mkdb_1_0 N src/usr.sbin/yp_mkdb/Makefile N src/usr.sbin/yp_mkdb/yp_mkdb.8 N src/usr.sbin/yp_mkdb/yp_mkdb.c No conflicts created by this import