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

Diff for /src/etc/rc between version 1.369 and 1.370

version 1.369, 2011/07/08 00:17:15 version 1.370, 2011/07/08 00:50:09
Line 359 
Line 359 
         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
                 if [ X"${pflogd_flags}" != X"NO" ]; then                  start_daemon pflogd
                         pflogd ${pflogd_flags}  
                 fi  
         fi          fi
 fi  fi
   

Legend:
Removed from v.1.369  
changed lines
  Added in v.1.370