1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up |
2 |
--- smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up 2010-10-18 17:45:13.000000000 +0200 |
3 |
+++ mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up 2010-10-18 17:44:54.000000000 +0200 |
4 |
@@ -40,7 +40,7 @@ |
5 |
# Check route for the VPN itself |
6 |
db=$(/sbin/e-smith/db networks getprop $ifconfig_remote VPN) |
7 |
if [ -z $db ]; then |
8 |
- /sbin/e-smith/db networks set $ifconfig_remote network Mask 255.255.255.255 VPN $vpnid Removale no |
9 |
+ /sbin/e-smith/db networks set $ifconfig_remote network Mask 255.255.255.255 VPN $vpnid Removable no |
10 |
/sbin/e-smith/signal-event network-create $ifconfig_remote |
11 |
fi |
12 |
|