You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
915 B
34 lines
915 B
--- a/ChangeLog
|
|
+++ b/ChangeLog
|
|
@@ -158,7 +158,7 @@
|
|
* treat passcode as password
|
|
* filter "metric10 64" and the like from ip route get output
|
|
* updated to libgcrypt-1.1.90
|
|
- * create /var/run/vpnc/ as necessary
|
|
+ * create /run/vpnc/ as necessary
|
|
|
|
* vpnc-0.2-rm+zomb-pre6.tar.gz Sun Nov 2 02:15:56 CET 2003
|
|
|
|
--- a/src/config.c
|
|
+++ b/src/config.c
|
|
@@ -390,7 +390,7 @@
|
|
|
|
static const char *config_def_pid_file(void)
|
|
{
|
|
- return "/var/run/vpnc.pid";
|
|
+ return "/run/vpnc.pid";
|
|
}
|
|
|
|
static const char *config_def_vendor(void)
|
|
--- a/TODO
|
|
+++ b/TODO
|
|
@@ -115,7 +115,7 @@
|
|
* DONE post link to http://www.liebchen-online.de/vpn-zaurus.html
|
|
* DONE passcode == password
|
|
* DONE support for new libgcrypt versions
|
|
-* DONE make /var/run/vpnc as needed
|
|
+* DONE make /run/vpnc as needed
|
|
* DONE ignore "metric10 xx"
|
|
* DONE ignore attr 32136! (Cisco extension: XAUTH Vendor)
|
|
* DONE FreeBSD supported
|