1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/pipsecd/files/patch-ab
Matthew Hunt fa0c40ffbb Import pipsecd, a tool for making IPsec tunnels.
PR:		13178
Submitted by:	Patrick Bihan-Faou <patrick@mindstep.com>
1999-08-16 22:14:42 +00:00

14 lines
414 B
Plaintext

--- tunip.c.orig Mon Aug 16 11:54:50 1999
+++ tunip.c Mon Aug 16 12:27:07 1999
@@ -57,8 +57,8 @@
#include "defs.h"
-#define _PATH_CONF "/etc/ipsec/pipsecd.conf"
-#define _PATH_STARTUP "/etc/ipsec/startup"
+#define _PATH_CONF FILE_PREFIX "/etc/ipsec/pipsecd.conf"
+#define _PATH_STARTUP FILE_PREFIX "/etc/ipsec/startup"
#define _PATH_DEV_RANDOM "/dev/random"
#define MAX_HEADER 64