1 |
unnilennium |
1.1 |
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 |
2 |
|
|
--- smeserver-openvpn-s2s-0.1/root/etc/e-smith/events/actions/openvpn-s2s-update-crl 2010-10-18 10:02:35.000000000 +0200 |
3 |
|
|
+++ 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 |
4 |
|
|
@@ -8,7 +8,7 @@ |
5 |
|
|
|
6 |
|
|
if [ ! -z "$URL" -a "$AUTH" == 'TLS' ]; then |
7 |
|
|
|
8 |
|
|
- /usr/bin/wget $URL -O /tmp/cacrl.pem > /dev/null 2>&1 |
9 |
|
|
+ /usr/bin/wget --timeout=5 $URL -O /tmp/cacrl.pem > /dev/null 2>&1 |
10 |
|
|
|
11 |
|
|
/usr/bin/openssl crl -inform PEM -in /tmp/cacrl.pem -text > /dev/null 2>&1 |
12 |
|
|
|