diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-03 11:46:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-03 11:46:35 +0000 |
commit | 647c57197eb952891250cd46cef6282d89e29c11 (patch) | |
tree | f7e08cdd5f0d10c7e88c66bab8bc6270fc51d088 /etc | |
parent | 28544ded45b3fe46cb7c91f7a25baf2a680f6e67 (diff) |
pretty comments, run ypxfrd with ypserv
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |