aboutsummaryrefslogtreecommitdiff
path: root/security/pf/pkg-message
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-26 16:20:13 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-26 16:20:13 +0000
commit3cf9d23aaa5670d30251f8d034e9ef4df2db083f (patch)
tree6bfd3518789077fd0fe2f1871a54fd52ad3c8f18 /security/pf/pkg-message
parent0b0546e1b22747f0fe2b6eb32cc3a5d509764787 (diff)
downloadports-3cf9d23aaa5670d30251f8d034e9ef4df2db083f.tar.gz
ports-3cf9d23aaa5670d30251f8d034e9ef4df2db083f.zip
Notes
Diffstat (limited to 'security/pf/pkg-message')
-rw-r--r--security/pf/pkg-message20
1 files changed, 13 insertions, 7 deletions
diff --git a/security/pf/pkg-message b/security/pf/pkg-message
index 8e55984e22c5..02f150ce6ffb 100644
--- a/security/pf/pkg-message
+++ b/security/pf/pkg-message
@@ -1,9 +1,15 @@
-===========================================================================
-Please set the folloing variables in /etc/rc.conf according to your needs:
+To use pf, please follow these steps:
-pf_enable = "Yes"
-pf_logd = "Yes"
-pf_conf = "%%PREFIX%%/etc/pf.conf"
+1. Add kernel options into your kernel config file and recompile kernel:
-They are used within %%PREFIX%%/etc/rc.d/pf.sh to bring pf up!
-===========================================================================
+device bpf
+options PFIL_HOOKS
+options RANDOM_IP_ID
+
+2. Please set the following variables in /etc/rc.conf according to your needs:
+
+pf_enable="Yes"
+pf_logd="Yes"
+pf_conf="%%PREFIX%%/etc/pf.conf"
+
+3. Check %%PREFIX%%/etc/rc.d/pf.sh, it is the startup script for pf!