diff -Nur -x '*.orig' -x '*.rej' smeserver-openvpn-s2s-0.1/root/etc/e-smith/events/actions/openvpn-s2s-update-crl mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/e-smith/events/actions/openvpn-s2s-update-crl --- smeserver-openvpn-s2s-0.1/root/etc/e-smith/events/actions/openvpn-s2s-update-crl 2010-10-18 10:02:35.000000000 +0200 +++ mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/e-smith/events/actions/openvpn-s2s-update-crl 2010-10-18 10:02:20.000000000 +0200 @@ -8,7 +8,7 @@ if [ ! -z "$URL" -a "$AUTH" == 'TLS' ]; then - /usr/bin/wget $URL -O /tmp/cacrl.pem > /dev/null 2>&1 + /usr/bin/wget --timeout=5 $URL -O /tmp/cacrl.pem > /dev/null 2>&1 /usr/bin/openssl crl -inform PEM -in /tmp/cacrl.pem -text > /dev/null 2>&1