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

Diff for /src/etc/rc between version 1.44 and 1.45

version 1.44, 1997/08/25 20:50:38 version 1.45, 1997/09/02 14:49:25
Line 101 
Line 101 
 fi  fi
   
 # $photurisd_flags is imported from /etc/netstart;  # $photurisd_flags is imported from /etc/netstart;
 # If $photurisd_flags == NO or /etc/photuris/ doesn't exist, then  # If $photurisd_flags == NO or /etc/photuris/photuris.conf doesn't exist, then
 # photurisd isn't run.  # photurisd isn't run.
 if [ "X${photurisd_flags}" != X"NO" -a -d /etc/photuris ]; then  if [ "X${photurisd_flags}" != X"NO" -a -e /etc/photuris/photuris.conf ]; then
         echo 'starting photurisd';      photurisd ${photurisd_flags}          echo 'starting photurisd';      photurisd ${photurisd_flags}
 fi  fi
   

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45