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

Diff for /src/etc/rc between version 1.42 and 1.43

version 1.42, 1997/08/19 21:55:14 version 1.43, 1997/08/23 15:01:24
Line 93 
Line 93 
 fi  fi
   
 if [ X"${ipfilter}" = X"YES" -a X"${ipmon_flags}" != X"NO" ]; then  if [ X"${ipfilter}" = X"YES" -a X"${ipmon_flags}" != X"NO" ]; then
         ipmon ${ipmon_flags}          echo 'starting ipmon';          ipmon ${ipmon_flags}
 fi  fi
   
 if [ X"${rfc1323}" = X"NO" ]; then  if [ X"${rfc1323}" = X"NO" ]; then

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43