From owner-cvs-src@FreeBSD.ORG Sun Oct 2 18:59:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D4916A41F; Sun, 2 Oct 2005 18:59:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D4D843D45; Sun, 2 Oct 2005 18:59:03 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j92Ix3wp090532; Sun, 2 Oct 2005 18:59:03 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j92Ix3Zp090531; Sun, 2 Oct 2005 18:59:03 GMT (envelope-from yar) Message-Id: <200510021859.j92Ix3Zp090531@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 2 Oct 2005 18:59:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2005 18:59:03 -0000 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