From owner-cvs-gnu Tue Jan 31 18:13:30 1995 Return-Path: cvs-gnu-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA19072 for cvs-gnu-outgoing; Tue, 31 Jan 1995 18:13:30 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA19057; Tue, 31 Jan 1995 18:13:22 -0800 Date: Tue, 31 Jan 1995 18:13:22 -0800 From: Bill Paul Message-Id: <199502010213.SAA19057@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.sbin/yppasswdd yppwupdate Makefile Sender: cvs-gnu-owner@freebsd.org Precedence: bulk wpaul 95/01/31 18:13:19 Modified: gnu/usr.sbin/yppasswdd Makefile Added: gnu/usr.sbin/yppasswdd yppwupdate Log: Added the yppwupdate script. This is a small shell script that yppasswdd executes after it finishes updating the raw master.passwd file. The script is just there to invoke /var/yp/Makefile to build new maps and yppush them. We could have yppasswdd run /var/yp/Makefile directly, but this allws a bit more flexibility: the user may decide to run some other commands too.