summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/Makefile.yp
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1996-05-31 16:01:51 +0000
committerwpaul <wpaul@FreeBSD.org>1996-05-31 16:01:51 +0000
commit7db7b1cde125e2f1b07ce515a44386287ffe20e3 (patch)
tree09d1229ceb91ce3fd14b2705728d76c9b2ed0f9f /usr.sbin/ypserv/Makefile.yp
parentd4c70b6e6444ede1b94fe2e860bc791d28cd0604 (diff)
downloadFreeBSD-src-7db7b1cde125e2f1b07ce515a44386287ffe20e3.zip
FreeBSD-src-7db7b1cde125e2f1b07ce515a44386287ffe20e3.tar.gz
Small touch-ups -- no functional changes.
Fix some comments to reflect reality (in some cases I made changes to code but not to the comments). Change some instances of 'inline' to '__inline' to pacify gcc -ansi -pedantic. Use rcsid strings more consistently. Make 'oldaddr' static in yp_access(). Use strcpy()/strcat() in yp_open_db_cache() instead of snprintf(). (Seems to be a little faster this way.)
Diffstat (limited to 'usr.sbin/ypserv/Makefile.yp')
-rw-r--r--usr.sbin/ypserv/Makefile.yp6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp
index bcb06d7..0d85712 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.2 1996/04/13 21:17:57 wpaul Exp wpaul $
+# $Id: Makefile.yp,v 1.4 1996/04/28 04:38:46 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
@@ -146,8 +146,8 @@ mail.aliases: $(ALIASES)
@$(MV) $(TMP) $@
@$(DBLOAD) -c
@$(NEWALIASES)
- @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
- @if [ ! $(NOPUSH) ]; then echo "Pushed $@ map." ; fi
+ @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
+ @if [ ! $(NOPUSH) ]; then echo "Pushed $@ map." ; fi
ypservers: $(YPSERVERS)
OpenPOWER on IntegriCloud