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

Diff for /src/etc/rc between version 1.272 and 1.273

version 1.272, 2005/09/19 15:47:45 version 1.273, 2005/09/22 23:57:31
Line 336 
Line 336 
         echo -n ' portmap';             portmap          echo -n ' portmap';             portmap
 fi  fi
   
 if [ -d /var/yp/binding -a X`domainname` != X ]; then  if [ X`domainname` != X ]; then
         if [ -d /var/yp/`domainname` ]; then          if [ -d /var/yp/`domainname` ]; then
                 # yp server capabilities needed...                  # YP server capabilities needed...
                 echo -n ' ypserv';              ypserv ${ypserv_flags}                  echo -n ' ypserv';              ypserv ${ypserv_flags}
                 #echo -n ' ypxfrd';             ypxfrd                  #echo -n ' ypxfrd';             ypxfrd
         fi          fi
   
         echo -n ' ypbind';              ypbind          if [ -d /var/yp/binding ]; then
                   # YP client capabilities needed...
                   echo -n ' ypbind';              ypbind
           fi
   
         if [ X"${yppasswdd_flags}" != X"NO" -a -d /var/yp/`domainname` ]; then          if [ X"${yppasswdd_flags}" != X"NO" -a -d /var/yp/`domainname` ]; then
                 # if we are the master server, run rpc.yppasswdd                  # if we are the master server, run rpc.yppasswdd

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273