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

Diff for /src/etc/rc between version 1.231 and 1.232

version 1.231, 2003/12/29 23:16:45 version 1.232, 2004/01/23 22:11:40
Line 245 
Line 245 
   
         echo -n ' ypbind';              ypbind          echo -n ' ypbind';              ypbind
   
         if [ -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
                 _host1=`ypwhich -m passwd 2> /dev/null`                  _host1=`ypwhich -m passwd 2> /dev/null`
                 _host2=`hostname`                  _host2=`hostname`

Legend:
Removed from v.1.231  
changed lines
  Added in v.1.232