aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin <martin.fuchs@trendchiller.com>2009-09-30 10:53:54 +0200
committerMartin <martin.fuchs@trendchiller.com>2009-09-30 10:53:54 +0200
commit7792770b047efb0e3c6c6d134658d1344c940831 (patch)
tree1d84328a4ea8edd1b82f36261e21bc8ae053b962
parent71db8ebc722227ae25210ae63d02841f69e7cce0 (diff)
downloadpfsense-packages-7792770b047efb0e3c6c6d134658d1344c940831.tar.gz
pfsense-packages-7792770b047efb0e3c6c6d134658d1344c940831.tar.bz2
pfsense-packages-7792770b047efb0e3c6c6d134658d1344c940831.zip
use ln instead of cp :-)
-rw-r--r--config/ovpnenhance/ovpnenhance.inc2
-rwxr-xr-xpkg_config.7.xml2
-rw-r--r--pkg_config.xml2
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>