From 6be47b725dbe981b3b17d6c613ae30fc93c8734f Mon Sep 17 00:00:00 2001 From: mlaier Date: Mon, 8 Mar 2004 22:03:29 +0000 Subject: 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) --- share/examples/etc/make.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 7e551ce..fbf1ef9 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -108,6 +108,8 @@ #NO_GDB= true # do not build GDB #NO_I4B= true # do not build isdn4bsd package #NO_IPFILTER= true # do not build IP Filter package +#NO_PF= true # do not build PF firewall package +#NO_AUTHPF= true # do not build and install authpf (setuid/gid) #NO_KERBEROS= true # do not build and install Kerberos 5 (KTH Heimdal) #NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector -- cgit v1.1