summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-24 18:30:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-24 18:30:45 +0000
commit69798c80276fcceccc55eee89665bea759a78953 (patch)
tree1e13071798ebe3328eda5d6e42d1f92001ee9206 /usr.sbin/ypserv
parent8a9c6810552c2c70df7995eaa59070bdbd3afd26 (diff)
extra " in -s initialization
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r--usr.sbin/ypserv/ypinit/ypinit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/ypinit/ypinit.sh b/usr.sbin/ypserv/ypinit/ypinit.sh
index 742ac6bfe22..7afa5428d30 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.4 1997/04/20 10:00:27 maja Exp $
+# $Id: ypinit.sh,v 1.5 1997/04/24 18:30:44 deraadt Exp $
#
# ypinit.sh - setup an master or slave server.
#
@@ -107,7 +107,7 @@ fi
# Check if we have contact with master.
if [ "${SERVERTYPE}" = "SLAVE" ];
then
- COUNT=`${YPWHICH} -d ${DOMAIN} -m 2>/dev/null | grep -i "${MASTER} | wc -l | tr -d " "`
+ COUNT=`${YPWHICH} -d ${DOMAIN} -m 2>/dev/null | grep -i ${MASTER} | wc -l | tr -d " "`
if [ "$COUNT" = "0" ]
then
echo "Can't enumerate maps from ${MASTER}. Please check that it is running." 1>&2