summaryrefslogtreecommitdiff
path: root/arch-linux/uanytun/examples.patch
blob: 4ed0be85440e1452c311e8854bf1fbbaef9eb7d6 (plain) (blame)
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
diff -u -r ../../orig/anytun-0.3.1/etc/anytun/client1/post-up.sh ./client1/post-up.sh
--- ../../orig/anytun-0.3.1/etc/anytun/client1/post-up.sh	2009-11-02 19:08:13.000000000 +0100
+++ ./client1/post-up.sh	2009-11-03 20:34:45.972617805 +0100
@@ -1,4 +1,5 @@
 #!/bin/sh
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
 ip link set dev $1 up
 ip link set dev $1 mtu 1400
diff -u -r ../../orig/anytun-0.3.1/etc/anytun/client2/post-up.sh ./client2/post-up.sh
--- ../../orig/anytun-0.3.1/etc/anytun/client2/post-up.sh	2009-11-02 19:08:13.000000000 +0100
+++ ./client2/post-up.sh	2009-11-03 20:34:48.145511626 +0100
@@ -1,4 +1,5 @@
 #!/bin/sh
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
 ip link set dev $1 up
 ip link set dev $1 mtu 1400
diff -u -r ../../orig/anytun-0.3.1/etc/anytun/client3/post-up.sh ./client3/post-up.sh
--- ../../orig/anytun-0.3.1/etc/anytun/client3/post-up.sh	2009-11-02 19:08:13.000000000 +0100
+++ ./client3/post-up.sh	2009-11-03 20:34:50.953012507 +0100
@@ -1,4 +1,5 @@
 #!/bin/sh
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
 ip link set dev $1 up
 ip link set dev $1 mtu 1400