diff options
-rw-r--r-- | security/pf/Makefile | 1 | ||||
-rw-r--r-- | security/pf/pkg-message | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/pf/Makefile b/security/pf/Makefile index 855a355bda4f..56825251bdde 100644 --- a/security/pf/Makefile +++ b/security/pf/Makefile @@ -7,6 +7,7 @@ PORTNAME= pf_freebsd PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= http://pf4freebsd.love2party.net/ .if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes") diff --git a/security/pf/pkg-message b/security/pf/pkg-message index 6f6331b12d3d..8e55984e22c5 100644 --- a/security/pf/pkg-message +++ b/security/pf/pkg-message @@ -1,9 +1,9 @@ =========================================================================== -Please set the folloing variables in rc.conf according to your needs: +Please set the folloing variables in /etc/rc.conf according to your needs: - pf_enable = "Yes" - pf_logd = "Yes" - pf_conf = "%%PREFIX%%/etc/pf.conf" +pf_enable = "Yes" +pf_logd = "Yes" +pf_conf = "%%PREFIX%%/etc/pf.conf" They are used within %%PREFIX%%/etc/rc.d/pf.sh to bring pf up! =========================================================================== |