From fa0c40ffbba2a5002676e5d389a77b7f092c2b3e Mon Sep 17 00:00:00 2001 From: Matthew Hunt Date: Mon, 16 Aug 1999 22:14:42 +0000 Subject: Import pipsecd, a tool for making IPsec tunnels. PR: 13178 Submitted by: Patrick Bihan-Faou --- net/pipsecd/files/patch-ab | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/pipsecd/files/patch-ab (limited to 'net/pipsecd/files/patch-ab') diff --git a/net/pipsecd/files/patch-ab b/net/pipsecd/files/patch-ab new file mode 100644 index 000000000000..8aaa16439810 --- /dev/null +++ b/net/pipsecd/files/patch-ab @@ -0,0 +1,13 @@ +--- 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 -- cgit v1.2.3