summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-09-14 01:07:19 +0000
committermlaier <mlaier@FreeBSD.org>2004-09-14 01:07:19 +0000
commit61e73d53e0e987f0067b83931d2738019c3244c1 (patch)
treef4f7a5d40c5d14259348b29aae4f8b79aeac3dad /etc
parent0dd68a174a1c85566e2a81504fccd230c6ec1dac (diff)
downloadFreeBSD-src-61e73d53e0e987f0067b83931d2738019c3244c1.zip
FreeBSD-src-61e73d53e0e987f0067b83931d2738019c3244c1.tar.gz
Bring in some examples (and create space for future work here):
- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5) - Tweak the pointer to fit the FreeBSD default location share/examples/pf - Account for the new directory in BSD.usr.dist (no hier(7) change required as share/examples is an opaque item there). Obtained from: OpenBSD Reminded by: Thomas T. Veldhouse PR: docs/71691 MFC after: 2 days
Diffstat (limited to 'etc')
-rw-r--r--etc/mtree/BSD.usr.dist2
-rw-r--r--etc/pf.conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index bf2b774..b35b739 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -245,6 +245,8 @@
..
perfmon
..
+ pf
+ ..
portal
..
ppi
diff --git a/etc/pf.conf b/etc/pf.conf
index 280223a..d79f87e 100644
--- a/etc/pf.conf
+++ b/etc/pf.conf
@@ -1,7 +1,7 @@
# $FreeBSD$
# $OpenBSD: pf.conf,v 1.21 2003/09/02 20:38:44 david Exp $
#
-# See pf.conf(5) and /usr/share/pf for syntax and examples.
+# See pf.conf(5) and /usr/share/examples/pf for syntax and examples.
# Required order: options, normalization, queueing, translation, filtering.
# Macros and tables may be defined and used anywhere.
# Note that translation rules are first match while filter rules are last match.
OpenPOWER on IntegriCloud