summaryrefslogtreecommitdiff
path: root/net-vpn/vpnc/files/vpnc-0.5.3_p550-r2-var-run-fhs-3.0.patch
blob: e574b51fba63436b93a4cbcf61b09df42cbfc6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- 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