Date: Sun, 2 Oct 2005 18:59:02 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile pfsync src/share/man/man5 rc.conf.5 src/contrib/pf/man pfsync.4 Message-ID: <200510021859.j92Ix3Zp090531@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2005-10-02 18:59:02 UTC
FreeBSD src repository
Modified files:
etc/defaults rc.conf
etc/rc.d Makefile
share/man/man5 rc.conf.5
contrib/pf/man pfsync.4
Added files:
etc/rc.d pfsync
Log:
Add an rc.d script to start pfsync at the right moment of the
system boot, and hook it up in the system.
The separate script is needed because in the presence of various
interface lists in rc.conf ($network_interfaces, $cloned_interfaces,
$sppp_interfaces, $gif_interfaces, more to come) it is hard to start
them orderly, so that pfsync is brought up after its syncdev, which
is required for the proper startup of pfsync.
Discussed with: mlaier on -pf
MFC after: 5 days
Revision Changes Path
1.8 +21 -2 src/contrib/pf/man/pfsync.4
1.261 +3 -0 src/etc/defaults/rc.conf
1.57 +1 -1 src/etc/rc.d/Makefile
1.1 +53 -0 src/etc/rc.d/pfsync (new)
1.268 +33 -0 src/share/man/man5/rc.conf.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510021859.j92Ix3Zp090531>
