--- /etc/init.d/openvpn.orig 2011-07-21 12:46:41.832956349 -0400 +++ /etc/init.d/openvpn 2011-07-21 12:47:12.172956360 -0400 @@ -58,6 +58,8 @@ # Handle backwards compatibility if test -z "$( grep '^[[:space:]]*script-security[[:space:]]' $CONFIG_DIR/$NAME.conf )" ; then script_security="--script-security 2" + else + script_security="" fi STATUS=0