From: deraadt Date: Fri, 3 May 1996 11:46:34 +0000 (+0000) Subject: pretty comments, run ypxfrd with ypserv X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2b2b51708ceec1351195690689e2c1c203d6da86;p=openbsd pretty comments, run ypxfrd with ypserv --- 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