aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/ypinit.sh
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1997-11-16 03:49:12 +0000
committerBill Paul <wpaul@FreeBSD.org>1997-11-16 03:49:12 +0000
commitd8207d546dd15164214c5ef99460e416828d1056 (patch)
tree2a80a6281b0a293a72d90227ebadf2d166ffce43 /usr.sbin/ypserv/ypinit.sh
parentd9cc92f584084e320bc8e1f437fd46843924762f (diff)
downloadsrc-d8207d546dd15164214c5ef99460e416828d1056.tar.gz
src-d8207d546dd15164214c5ef99460e416828d1056.zip
Notes
Diffstat (limited to 'usr.sbin/ypserv/ypinit.sh')
-rw-r--r--usr.sbin/ypserv/ypinit.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypserv/ypinit.sh b/usr.sbin/ypserv/ypinit.sh
index 66df23f734ca..e96eb311d604 100644
--- a/usr.sbin/ypserv/ypinit.sh
+++ b/usr.sbin/ypserv/ypinit.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: ypinit.sh,v 1.3 1997/11/10 20:48:54 wpaul Exp $
+# $Id: ypinit.sh,v 1.1 1997/11/10 22:17:13 wpaul Exp $
#
# ypinit.sh - setup an master or slave server.
# (Taken from OpenBSD and modified for FreeBSD.)
@@ -96,7 +96,7 @@ fi
if [ -z "${DOMAIN}" ]; then
cat << \__no_domain 1>&2
The local host's YP domain name has not been set. Please set it with
-the domainname(8) command or pass the domain as an argument to ypinit(8).
+the domainname(1) command or pass the domain as an argument to ypinit(8).
__no_domain
exit 1
@@ -107,7 +107,7 @@ HOST=`${HOSTNAME}`
if [ -z "${HOST}" ]; then
cat << \__no_hostname 1>&2
The local host's hostname has not been set. Please set it with the
-hostname(8) command.
+hostname(1) command.
__no_hostname
exit 1