mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
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
401 B
C
11 lines
401 B
C
--- src/Mayaqua/Cfg.c.orig 2014-06-08 06:19:14 UTC
|
|
+++ src/Mayaqua/Cfg.c
|
|
@@ -124,7 +124,7 @@
|
|
}
|
|
|
|
// Determine the directory name
|
|
- UniFormat(dirname, sizeof(dirname), L"@backup.%s", original[0] == L'@' ? original + 1 : original);
|
|
+ UniFormat(dirname, sizeof(dirname), L"/var/db/softether/backup.%s", original[0] == L'@' ? original + 1 : original);
|
|
|
|
// Determine the file name
|
|
LocalTime(&st);
|