diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-14 09:24:49 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-14 09:24:49 +0800 |
commit | afb0ceb327458d4e44da60008ae10121627d3382 (patch) | |
tree | 87d53a1b44f9381b06e43a73fa503880570821a0 /security | |
parent | 2b16a7a50ff4ab18804759ac5cdbeaef6781f996 (diff) | |
download | freebsd-ports-gnome-afb0ceb327458d4e44da60008ae10121627d3382.tar.gz freebsd-ports-gnome-afb0ceb327458d4e44da60008ae10121627d3382.tar.zst freebsd-ports-gnome-afb0ceb327458d4e44da60008ae10121627d3382.zip |
Submitted by: Kjell <la3sg@frisurf.no>
Reviewed by: maintainer
Correct wording in pkg-message to avoid a possible copy & paste
problem, and bump PORTREVISION.
Diffstat (limited to 'security')
-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! =========================================================================== |