mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
7b7c507c61
- 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
14 lines
419 B
C
14 lines
419 B
C
--- 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++)
|