diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-08-30 20:07:25 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-08-30 20:07:25 +0000 |
commit | 4f4310bea9034f51f6866555f17312b8fced2454 (patch) | |
tree | 20afa54fb8b20c7165aadc2c6178154fcc949cfa | |
parent | d2b971680dc9275cfb7b55235a99c57200448c07 (diff) |
domains -> domain's
-rw-r--r-- | usr.sbin/ypserv/ypinit/ypinit.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/ypinit/ypinit.sh b/usr.sbin/ypserv/ypinit/ypinit.sh index 8f4d192b8a6..c4b7534eb5d 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.10 2002/07/19 02:38:40 deraadt Exp $ +# $Id: ypinit.sh,v 1.11 2002/08/30 20:07:24 hugh Exp $ # # ypinit.sh - setup an master or slave server. # @@ -279,7 +279,7 @@ do then HOST_LIST="${HOST}" echo "" - echo "At this point, we have to construct a list of this domains YP servers." + echo "At this point, we have to construct a list of this domain's YP servers." echo "${HOST} is already known as master server." echo "Please continue to add any slave servers, one per line. When you are" echo "done with the list, type a <control D>." |