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

Diff for /src/etc/rc between version 1.309 and 1.310

version 1.309, 2008/01/09 21:38:19 version 1.310, 2008/01/16 14:19:28
Line 298 
Line 298 
 fi  fi
 syslogd ${syslogd_flags}  syslogd ${syslogd_flags}
   
 if [ X"${pf}" != X"NO" -a X"${pflogd_flags}" != X"NO" ]; then  if [ X"${pf}" != X"NO" ]; then
         ifconfig pflog0 create >/dev/null 2>&1          ifconfig pflog0 create >/dev/null 2>&1
         if ifconfig pflog0 >/dev/null 2>&1; then          if ifconfig pflog0 >/dev/null 2>&1; then
                 ifconfig pflog0 up                  ifconfig pflog0 up
                 pflogd ${pflogd_flags}                  if [ X"${pflogd_flags}" != X"NO" ]; then
                           pflogd ${pflogd_flags}
                   fi
         fi          fi
 fi  fi
   

Legend:
Removed from v.1.309  
changed lines
  Added in v.1.310