summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-07-28 12:42:59 +0000
committerniklas <niklas@openbsd.org>1997-07-28 12:42:59 +0000
commit034fbf264fd7c0bcf0a93a51bde0f9eb602ae660 (patch)
treec701dad6eb1dbf96c5319f031bd864632e27d298
parentdoc IP_PORTRANGE (diff)
downloadwireguard-openbsd-034fbf264fd7c0bcf0a93a51bde0f9eb602ae660.tar.xz
wireguard-openbsd-034fbf264fd7c0bcf0a93a51bde0f9eb602ae660.zip
When pushing ethers was done it said "pushed hosts"
-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 \