mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
45fb9aeee0
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>
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
--- 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
|