diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-01-12 07:07:18 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-01-12 07:07:18 +0000 |
commit | 5bacc668ca5aaebd3a42f661543d52a3a6fb72c6 (patch) | |
tree | 8811375c6b2b6334402a91cc83db3191102ea5ef /usr.sbin/ypserv | |
parent | 226cb5fee95f97eebee115381c5d7c4800d544c8 (diff) | |
download | FreeBSD-src-5bacc668ca5aaebd3a42f661543d52a3a6fb72c6.zip FreeBSD-src-5bacc668ca5aaebd3a42f661543d52a3a6fb72c6.tar.gz |
Update pointer to yppush.
(And now, on to rpc.yppasswdd...)
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r-- | usr.sbin/ypserv/Makefile.yp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp index 67da59ad..a7a50db 100644 --- a/usr.sbin/ypserv/Makefile.yp +++ b/usr.sbin/ypserv/Makefile.yp @@ -1,7 +1,7 @@ # # Makefile for the NIS databases # -# $Id: Makefile.yp,v 1.1 1995/12/09 04:33:14 wpaul Exp $ +# $Id: Makefile.yp,v 1.1.1.1 1995/12/16 20:54:17 wpaul Exp $ # # This Makefile should only be run on the NIS master server of a domain. # All updated maps will be pushed to all NIS slave servers listed in the @@ -41,7 +41,7 @@ CAT = @$(RCAT) DBLOAD = /usr/sbin/yp_mkdb -m `hostname` MKNETID = /usr/libexec/mknetid -YPPUSH = /usr/bin/yppush +YPPUSH = /usr/sbin/yppush DOMAIN = `/bin/domainname` REVNETGROUP = /usr/libexec/revnetgroup |