diff options
-rw-r--r-- | config/ovpnenhance/ovpnenhance.inc | 2 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 | ||||
-rw-r--r-- | pkg_config.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/ovpnenhance/ovpnenhance.inc b/config/ovpnenhance/ovpnenhance.inc index 406f89bf..a281180f 100644 --- a/config/ovpnenhance/ovpnenhance.inc +++ b/config/ovpnenhance/ovpnenhance.inc @@ -3,8 +3,8 @@ function ovpnenhance_install() { global $g, $config; -mwexec("cp /usr/local/pkg/openvpn.inc_tls /usr/local/pkg/openvpn.inc"); mwexec("mv /usr/local/pkg/openvpn.inc_tls /etc/inc/openvpn.inc"); +mwexec("ln -s /etc/inc/openvpn.inc /usr/local/pkg/openvpn.inc"); mwexec("mv /usr/local/pkg/openvpn.xml_tls /usr/local/pkg/openvpn.xml"); mwexec("mv /usr/local/pkg/openvpn_cli.xml_tls /usr/local/pkg/openvpn_cli.xml"); mwexec("mv /usr/local/pkg/openvpn_csc.xml_tls /usr/local/pkg/openvpn_csc.xml"); diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 109874f3..63c74e40 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -812,7 +812,7 @@ <website>http://pfsense.trendchiller.com</website> <descr>Enhance OpenVPN with TLS-auth and client/server-options. WARNING! Cannot be uninstalled.</descr> <category>Security</category> - <version>1.1</version> + <version>1.2</version> <status>STABLE</status> <required_version>1.2</required_version> <maximum_version>1.2.9</maximum_version> diff --git a/pkg_config.xml b/pkg_config.xml index c463693b..3a77258d 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -820,7 +820,7 @@ <website>http://pfsense.trendchiller.com</website> <descr>Enhance OpenVPN with TLS-auth and client/server-options. WARNING! Cannot be uninstalled.</descr> <category>Security</category> - <version>1.1</version> + <version>1.2</version> <status>STABLE</status> <required_version>1.2</required_version> <maximum_version>1.2.9</maximum_version> |