diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-13 13:16:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-13 13:16:14 +0000 |
commit | a22028cc5e999a5bc0c77f0bd9df404006700224 (patch) | |
tree | d8b0a47854cc62f74deeff4217f9d56eecc1e49c /usr.sbin/ypserv/ypinit/ypinit.sh | |
parent | 0f4971db011f2c2cac1d25f2c03b9adf30b0e583 (diff) |
some Xr's from jason ackley;
Diffstat (limited to 'usr.sbin/ypserv/ypinit/ypinit.sh')
-rw-r--r-- | usr.sbin/ypserv/ypinit/ypinit.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypserv/ypinit/ypinit.sh b/usr.sbin/ypserv/ypinit/ypinit.sh index c4b7534eb5d..ca53f30fe92 100644 --- a/usr.sbin/ypserv/ypinit/ypinit.sh +++ b/usr.sbin/ypserv/ypinit/ypinit.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ypinit.sh,v 1.11 2002/08/30 20:07:24 hugh Exp $ +# $Id: ypinit.sh,v 1.12 2005/05/13 13:16:13 jmc Exp $ # # ypinit.sh - setup an master or slave server. # @@ -88,7 +88,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 @@ -99,7 +99,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 |