From 4fe34c19062ab50e908d694526e8ccf25b62dbc1 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sat, 5 Dec 2009 16:30:23 +0000 Subject: arch uanytun + fixes --- arch-linux/uanytun/examples.patch | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 arch-linux/uanytun/examples.patch (limited to 'arch-linux/uanytun/examples.patch') diff --git a/arch-linux/uanytun/examples.patch b/arch-linux/uanytun/examples.patch new file mode 100644 index 0000000..4ed0be8 --- /dev/null +++ b/arch-linux/uanytun/examples.patch @@ -0,0 +1,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 -- cgit v1.2.3