diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-08-16 22:14:42 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-08-16 22:14:42 +0000 |
commit | fa0c40ffbba2a5002676e5d389a77b7f092c2b3e (patch) | |
tree | 305534894b7bf697a0a73d65489d23768e261489 /net/pipsecd/files/patch-ab | |
parent | Add 'load "mime-setup"' statements into each startup.el . (diff) |
Import pipsecd, a tool for making IPsec tunnels.
PR: 13178
Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
Notes
Notes:
svn path=/head/; revision=20754
Diffstat (limited to 'net/pipsecd/files/patch-ab')
-rw-r--r-- | net/pipsecd/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
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 |