diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-18 12:22:50 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-18 12:22:50 +0000 |
commit | 7b7c507c614caf371b89ec608c8a87d4426df271 (patch) | |
tree | 21f476044df409268d2ee58945cb0b69acf26629 /security/vpnc/files/patch-config.c | |
parent | Remove duplicate port (lang/sdcc is already there). (diff) |
Update to 0.3.1:
- IPSec over UDP and NAT-T support
- added support for interactive authentication (security tokens for example)
- fixed IOS support
PR: ports/74040
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=121863
Diffstat (limited to 'security/vpnc/files/patch-config.c')
-rw-r--r-- | security/vpnc/files/patch-config.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/vpnc/files/patch-config.c b/security/vpnc/files/patch-config.c new file mode 100644 index 000000000000..3c88084fde07 --- /dev/null +++ b/security/vpnc/files/patch-config.c @@ -0,0 +1,13 @@ +--- config.c.dist Wed Nov 17 15:07:24 2004 ++++ config.c Wed Nov 17 15:07:33 2004 +@@ -479,8 +479,8 @@ + } + } + +- read_config_file("/etc/vpnc/default.conf", config, 1); +- read_config_file("/etc/vpnc.conf", config, 1); ++ read_config_file("%%PREFIX%%/etc/vpnc/default.conf", config, 1); ++ read_config_file("%%PREFIX%%/etc/vpnc.conf", config, 1); + + if (!print_config) { + for (i = 0; config_names[i].name != NULL; i++) |