Deleted Added
full compact
ypupdate (26237) ypupdate (50479)
1#!/bin/sh
2#
3# This script is invoked by rpc.ypupdatedd to propagate NIS maps
4# after the master map databases have been modified. It expects
5# to be passed two arguments: the name of the map that was updated
6# and the name of the domain where the map resides.
7# These are passed to /var/yp/Makefile.
8#
9# Comment out the LOG=yes line to disable logging.
10#
1#!/bin/sh
2#
3# This script is invoked by rpc.ypupdatedd to propagate NIS maps
4# after the master map databases have been modified. It expects
5# to be passed two arguments: the name of the map that was updated
6# and the name of the domain where the map resides.
7# These are passed to /var/yp/Makefile.
8#
9# Comment out the LOG=yes line to disable logging.
10#
11# $Id: yppwupdate,v 1.3 1996/06/05 06:13:09 wpaul Exp $
11# $FreeBSD: head/usr.sbin/rpc.ypupdated/ypupdate 50479 1999-08-28 01:35:59Z peter $
12#
13
14LOG=yes
15LOGFILE=/var/yp/ypupdate.log
16
17umask 077
18
19if [ ! -f $LOGFILE ];

--- 14 unchanged lines hidden ---
12#
13
14LOG=yes
15LOGFILE=/var/yp/ypupdate.log
16
17umask 077
18
19if [ ! -f $LOGFILE ];

--- 14 unchanged lines hidden ---