summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-28 12:43:00 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-28 12:43:00 +0000
commit8a67fc2d75a7a3dc919f3a88e84369e77b510cbc (patch)
treee6105e236d658c979ab6b5264d3df80bedeff499 /usr.sbin/ypserv
parent5c29e956f81d00b93de9d92c514dea94b3ea80b9 (diff)
When pushing ethers was done it said "pushed hosts"
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r--usr.sbin/ypserv/ypinit/Makefile.yp4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/ypinit/Makefile.yp b/usr.sbin/ypserv/ypinit/Makefile.yp
index 6f13bc7a510..b6f0c342508 100644
--- a/usr.sbin/ypserv/ypinit/Makefile.yp
+++ b/usr.sbin/ypserv/ypinit/Makefile.yp
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.yp,v 1.9 1997/07/26 22:23:45 maja Exp $
+# $OpenBSD: Makefile.yp,v 1.10 1997/07/28 12:42:59 niklas Exp $
YPDBDIR=/var/yp
DIR=/etc
@@ -128,7 +128,7 @@ ethers.time: $(DIR)/ethers
if [ ! $(NOPUSH) ]; then \
$(YPPUSH) -d $(DOMAIN) ethers.byaddr; \
$(YPPUSH) -d $(DOMAIN) ethers.byname; \
- $(ECHO) "pushed hosts"; \
+ $(ECHO) "pushed ethers"; \
else \
: ; \
fi \