diff -Nur -x '*.orig' -x '*.rej' smeserver-openvpn-s2s-0.1/root/etc/e-smith/templates/etc/openvpn/s2s/openvpn-s2s.conf/70custom mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/e-smith/templates/etc/openvpn/s2s/openvpn-s2s.conf/70custom --- smeserver-openvpn-s2s-0.1/root/etc/e-smith/templates/etc/openvpn/s2s/openvpn-s2s.conf/70custom 1970-01-01 01:00:00.000000000 +0100 +++ mezzanine_patched_smeserver-openvpn-s2s-0.1/root/etc/e-smith/templates/etc/openvpn/s2s/openvpn-s2s.conf/70custom 2010-10-17 14:09:05.000000000 +0200 @@ -0,0 +1,10 @@ +# Custom options +{ + +my $custom = "/etc/openvpn/s2s/$key" . '.conf.custom'; + +if ( -e "$custom" ){ + Text::Template::_load_text("$custom"); +} +} +