From 115151403653d0fd1ee09763dfdd56fb01f9d1b5 Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Sat, 14 Jun 2003 01:24:49 +0000 Subject: [PATCH] Submitted by: Kjell Reviewed by: maintainer Correct wording in pkg-message to avoid a possible copy & paste problem, and bump PORTREVISION. --- security/pf/Makefile | 1 + 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! ===========================================================================