From owner-cvs-all@FreeBSD.ORG Mon Mar 8 14:03:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7801316A4CE; Mon, 8 Mar 2004 14:03:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7397E43D1D; Mon, 8 Mar 2004 14:03:29 -0800 (PST) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i28M3TGe068185; Mon, 8 Mar 2004 14:03:29 -0800 (PST) (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i28M3TvL068184; Mon, 8 Mar 2004 14:03:29 -0800 (PST) (envelope-from mlaier) Message-Id: <200403082203.i28M3TvL068184@repoman.freebsd.org> From: Max Laier Date: Mon, 8 Mar 2004 14:03:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc Makefile group inetd.conf master.passwd pf.conf pf.os protocols src/libexec Makefile src/sbin Makefile src/share/examples/etc make.conf src/sys/conf NOTES src/sys/modules Makefile src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 22:03:29 -0000 mlaier 2004/03/08 14:03:29 PST FreeBSD src repository Modified files: etc Makefile group inetd.conf master.passwd protocols libexec Makefile sbin Makefile share/examples/etc make.conf sys/conf NOTES sys/modules Makefile usr.sbin Makefile Added files: etc pf.conf pf.os Log: Link pf to the build and install: This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld without errors. This also provides the passive OS fingerprints from OpenBSD (pf.os) and an example pf.conf. For those who want to go without pf; it provides a NO_PF knob to make.conf. __FreeBSD_version will be bumped soon to reflect this and to be able to change ports accordingly. Approved by: bms(mentor) Revision Changes Path 1.325 +1 -1 src/etc/Makefile 1.29 +2 -0 src/etc/group 1.64 +6 -0 src/etc/inetd.conf 1.35 +1 -0 src/etc/master.passwd 1.1 +79 -0 src/etc/pf.conf (new) 1.1 +552 -0 src/etc/pf.os (new) 1.19 +1 -1 src/etc/protocols 1.65 +5 -0 src/libexec/Makefile 1.135 +7 -0 src/sbin/Makefile 1.223 +2 -0 src/share/examples/etc/make.conf 1.1205 +11 -1 src/sys/conf/NOTES 1.370 +9 -0 src/sys/modules/Makefile 1.288 +5 -0 src/usr.sbin/Makefile