summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-03 11:46:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-03 11:46:35 +0000
commit647c57197eb952891250cd46cef6282d89e29c11 (patch)
treef7e08cdd5f0d10c7e88c66bab8bc6270fc51d088 /etc
parent28544ded45b3fe46cb7c91f7a25baf2a680f6e67 (diff)
pretty comments, run ypxfrd with ypserv
Diffstat (limited to 'etc')
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 5d03c2191f6..a05a7ac24ba 100644
--- a/etc/rc
+++ b/etc/rc
@@ -98,8 +98,8 @@ if [ -d /var/yp/binding ]; then
if [ -d /var/yp/`domainname` ]; then
# yp server capabilities needed...
- echo -n 'ypserv'; ypserv -d
- #echo -n 'ypxfrd'; ypxfrd
+ echo -n ' ypserv'; ypserv -d
+ echo -n ' ypxfrd'; ypxfrd
# if we are the master server, run rpc.yppasswdd
_host1=`ypwhich -m passwd 2> /dev/null`
@@ -114,7 +114,7 @@ if [ -d /var/yp/binding ]; then
sed -e 's/^Name: //'`
fi
if [ "$host2" = "$host1" ]; then
- echo -n 'rpc.yppasswdd'; rpc.yppasswdd
+ echo -n ' rpc.yppasswdd'; rpc.yppasswdd
fi
fi
fi