[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.9 and 1.10

version 1.9, 1996/04/29 08:05:34 version 1.10, 1996/05/03 11:46:34
Line 98 
Line 98 
   
         if [ -d /var/yp/`domainname` ]; then          if [ -d /var/yp/`domainname` ]; then
                 # yp server capabilities needed...                  # yp server capabilities needed...
                 echo -n 'ypserv';               ypserv -d                  echo -n ' ypserv';              ypserv -d
                 #echo -n 'ypxfrd';              ypxfrd                  echo -n ' ypxfrd';              ypxfrd
   
                 # if we are the master server, run rpc.yppasswdd                  # if we are the master server, run rpc.yppasswdd
                 _host1=`ypwhich -m passwd 2> /dev/null`                  _host1=`ypwhich -m passwd 2> /dev/null`
Line 114 
Line 114 
                             sed -e 's/^Name:    //'`                              sed -e 's/^Name:    //'`
                 fi                  fi
                 if [ "$host2" = "$host1" ]; then                  if [ "$host2" = "$host1" ]; then
                         echo -n 'rpc.yppasswdd'; rpc.yppasswdd                          echo -n ' rpc.yppasswdd'; rpc.yppasswdd
                 fi                  fi
         fi          fi
 fi  fi

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10