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

Diff for /src/etc/rc between version 1.14 and 1.15

version 1.14, 1996/06/11 03:25:10 version 1.15, 1996/06/12 09:02:59
Line 103 
Line 103 
                 # 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`
                 if grep '^lookup' /etc/resolv.conf | grep yp | wc; then                  if [ `grep '^lookup' /etc/resolv.conf | grep yp | wc -c` -ne 0 ]; then
                         _host1=`ypmatch $_host1 hosts | cut -d' ' -f2`                          _host1=`ypmatch $_host1 hosts | cut -d' ' -f2`
                         _host2=`ypmatch $_host2 hosts | cut -d' ' -f2 | head -1`                          _host2=`ypmatch $_host2 hosts | cut -d' ' -f2 | head -1`
                 else                  else

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15