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-17 16:45:23.000000000 +0200 +++ mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/openvpn/s2s/bin/up 2010-10-17 16:44:56.000000000 +0200 @@ -30,7 +30,7 @@ # if the network already exists in the DB, just push the route /sbin/route add -net ${!net} netmask ${!mask} gw $ifconfig_remote else - /sbin/e-smith/db networks set ${!net} network Mask ${!mask} Router $ifconfig_remote VPN $vpnid + /sbin/e-smith/db networks set ${!net} network Mask ${!mask} Router $ifconfig_remote VPN $vpnid Removable no /sbin/e-smith/signal-event network-create ${!net} fi fi @@ -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 + /sbin/e-smith/db networks set $ifconfig_remote network Mask 255.255.255.255 VPN $vpnid Removale no /sbin/e-smith/signal-event network-create $ifconfig_remote fi