freebsd-ports/security/pf/files/patch-ab
Edwin Groothuis 45fb9aeee0 Update port: security/pf - OpenBSD 3.4 pf
Port update after API change in PFIL_HOOKS in -current and
	OpenBSD 3.4 Release.

PR:		 ports/57305
Submitted by:	Max Laier <max@love2party.net>
2003-09-28 13:27:06 +00:00

11 lines
324 B
Text

--- pfctl/pfctl_parser.h.orig Sat Sep 27 10:39:47 2003
+++ pfctl/pfctl_parser.h Sat Sep 27 10:40:21 2003
@@ -33,7 +33,7 @@
#ifndef _PFCTL_PARSER_H_
#define _PFCTL_PARSER_H_
-#define PF_OSFP_FILE "/etc/pf.os"
+#define PF_OSFP_FILE "%%PREFIX%%/etc/pf.os"
#define PF_OPT_DISABLE 0x0001
#define PF_OPT_ENABLE 0x0002