forked from Lainports/freebsd-ports
SoftEther VPN ("SoftEther" means "Software Ethernet") is a powerful,
multi-OS and easy-to-use multi-protocol VPN software. It supports
SSL-VPN (HTTPS), as well as OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3
and EtherIP tunneling protocols and has a clone function to support
OpenVPN clients.
WWW: http://www.softether.org
PR: 188437
Submitted by: net@arrishq.net
Reviewed by: marino
11 lines
289 B
C
11 lines
289 B
C
--- src/Mayaqua/Kernel.c.orig 2014-06-08 06:19:14 UTC
|
|
+++ src/Mayaqua/Kernel.c
|
|
@@ -2160,7 +2160,7 @@
|
|
msg = "Unknown Error";
|
|
}
|
|
|
|
- f = fopen("abort_error_log.txt", "w");
|
|
+ f = fopen("/var/db/softether/abort_error_log.txt", "w");
|
|
if (f != NULL)
|
|
{
|
|
fwrite(msg, 1, strlen(msg), f);
|