updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / uanytun / examples.patch
blob4ed0be85440e1452c311e8854bf1fbbaef9eb7d6
1 diff -u -r ../../orig/anytun-0.3.1/etc/anytun/client1/post-up.sh ./client1/post-up.sh
2 --- ../../orig/anytun-0.3.1/etc/anytun/client1/post-up.sh 2009-11-02 19:08:13.000000000 +0100
3 +++ ./client1/post-up.sh 2009-11-03 20:34:45.972617805 +0100
4 @@ -1,4 +1,5 @@
5 #!/bin/sh
6 +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
8 ip link set dev $1 up
9 ip link set dev $1 mtu 1400
10 diff -u -r ../../orig/anytun-0.3.1/etc/anytun/client2/post-up.sh ./client2/post-up.sh
11 --- ../../orig/anytun-0.3.1/etc/anytun/client2/post-up.sh 2009-11-02 19:08:13.000000000 +0100
12 +++ ./client2/post-up.sh 2009-11-03 20:34:48.145511626 +0100
13 @@ -1,4 +1,5 @@
14 #!/bin/sh
15 +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
17 ip link set dev $1 up
18 ip link set dev $1 mtu 1400
19 diff -u -r ../../orig/anytun-0.3.1/etc/anytun/client3/post-up.sh ./client3/post-up.sh
20 --- ../../orig/anytun-0.3.1/etc/anytun/client3/post-up.sh 2009-11-02 19:08:13.000000000 +0100
21 +++ ./client3/post-up.sh 2009-11-03 20:34:50.953012507 +0100
22 @@ -1,4 +1,5 @@
23 #!/bin/sh
24 +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
26 ip link set dev $1 up
27 ip link set dev $1 mtu 1400