summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-07-24 14:04:57 +0000
committerpeter <peter@FreeBSD.org>1996-07-24 14:04:57 +0000
commitad62df628f65fd31e61eee95b88b1a34274632d9 (patch)
tree2660a3e7ab1afbadfe2063d88937f043d7e5a120
parent32cc66b6f0e1f406dc73ac4c9c8dadf24ce3db16 (diff)
downloadFreeBSD-src-ad62df628f65fd31e61eee95b88b1a34274632d9.zip
FreeBSD-src-ad62df628f65fd31e61eee95b88b1a34274632d9.tar.gz
Fix typo in last commit, it seems that a hash comments out a \ at the end
of line. Also, fix existing bug in ethers.byname, it was passing an unknown option to yppush. This appears to have been a cut/paste slip intended for a $(DBLOAD) command above it.
-rw-r--r--usr.sbin/ypserv/Makefile.yp8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp
index 42a3582..38e968f 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.8 1996/07/18 23:48:13 adam Exp $
+# $Id: Makefile.yp,v 1.9 1996/07/24 10:48:07 peter 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
@@ -118,8 +118,8 @@ target:
#
all: master.passwd passwd hosts group networks protocols rpc \
- services servers netid # aliases publickey netgrp ethers bootparam \
- amd.host
+ services servers netid
+ # aliases publickey netgrp ethers bootparam amd.host
ethers: ethers.byname ethers.byaddr
bootparam: bootparams
@@ -185,7 +185,7 @@ ethers.byname: $(ETHERS)
-o $(YPMAPDIR)/$@ - $(TMP)
@$(MV) $(TMP) $@
@$(DBLOAD) -c
- @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) -i $(ETHERS) $@; fi
+ @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
@if [ ! $(NOPUSH) ]; then echo "Pushed $@ map." ; fi
OpenPOWER on IntegriCloud