updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / anytun-svn / examples.patch
blob7a9d38d9f671350fc610225bcbc283b611cb95b2
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
28 diff -u -r ../../orig/anytun-0.3.1/etc/anytun/server/post-up.sh ./server/post-up.sh
29 --- ../../orig/anytun-0.3.1/etc/anytun/server/post-up.sh 2009-11-02 19:08:13.000000000 +0100
30 +++ ./server/post-up.sh 2009-11-03 20:34:40.015513200 +0100
31 @@ -1,4 +1,5 @@
32 #!/bin/sh
33 +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
34 ip link set dev $1 up
35 ip link set mtu 1400 dev $1