cvs commit: src/contrib/pf/man pfsync.4 src/etc/defaults rc.conf src/etc/rc.d Makefile pf pfsync src/share/man/man5 rc.conf.5

Yar Tikhiy yar at FreeBSD.org
Fri Oct 7 20:32:54 PDT 2005


yar         2005-10-08 03:32:54 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    contrib/pf/man       pfsync.4 
    etc/defaults         rc.conf 
    etc/rc.d             Makefile pf 
    share/man/man5       rc.conf.5 
  Added files:           (Branch: RELENG_6)
    etc/rc.d             pfsync 
  Log:
  MFC:
  
  Add an rc.d script to start the pfsync interface after all
  the conventional network interfaces have been started so that
  pfsync can be attached to any of the latter.
  
  Record the dependency of rc.d/pf on the newly added rc.d/pfsync.
  Also make rc.d/pf start as early as before rc.d/routing to improve
  system security.
  
  Document rc.d/pfsync on pfsync(4) and rc.conf(5).
  
  Approved by:    re (scottl), mlaier
  
  Revision   Changes    Path
  1.5.2.3    +22 -3     src/contrib/pf/man/pfsync.4
  1.252.2.4  +3 -0      src/etc/defaults/rc.conf
  1.53.2.2   +1 -1      src/etc/rc.d/Makefile
  1.7.2.1    +2 -2      src/etc/rc.d/pf
  1.1.2.1    +53 -0     src/etc/rc.d/pfsync (new)
  1.256.2.6  +35 -0     src/share/man/man5/rc.conf.5


More information about the cvs-src mailing list