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 --- smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up 2010-10-18 17:45:13.000000000 +0200 +++ mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up 2010-10-18 17:44:54.000000000 +0200 @@ -40,7 +40,7 @@ # Check route for the VPN itself db=$(/sbin/e-smith/db networks getprop $ifconfig_remote VPN) if [ -z $db ]; then - /sbin/e-smith/db networks set $ifconfig_remote network Mask 255.255.255.255 VPN $vpnid Removale no + /sbin/e-smith/db networks set $ifconfig_remote network Mask 255.255.255.255 VPN $vpnid Removable no /sbin/e-smith/signal-event network-create $ifconfig_remote fi