From owner-cvs-gnu Wed Feb 1 15:05:45 1995 Return-Path: cvs-gnu-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA03243 for cvs-gnu-outgoing; Wed, 1 Feb 1995 15:05:45 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id PAA03220; Wed, 1 Feb 1995 15:05:40 -0800 Date: Wed, 1 Feb 1995 15:05:40 -0800 From: Bill Paul Message-Id: <199502012305.PAA03220@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/ypserv Makefile.yp Sender: cvs-gnu-owner@freebsd.org Precedence: bulk wpaul 95/02/01 15:05:39 Modified: gnu/usr.sbin/ypserv Makefile.yp Log: /var/yp/Makefile doesn't create passwd file from master.passwd file correctly (specified wrong fields to awk). Note that the files in question are noe the local /etc/master.passwd and /etc/passwd files: this Makefile expects there to be a seperate master.passwd file under /var/yp for NIS database creation.