From 2b2b51708ceec1351195690689e2c1c203d6da86 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 3 May 1996 11:46:34 +0000 Subject: [PATCH] pretty comments, run ypxfrd with ypserv --- etc/rc | 6 +++--- 1 file 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 -- 2.20.1