summaryrefslogtreecommitdiffstats
path: root/security/openvpn
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-08-22 10:31:35 +0000
committergarga <garga@FreeBSD.org>2005-08-22 10:31:35 +0000
commita06ba74ddcbc7edb2f7d652b091d1790eb35b4db (patch)
tree1cfe722f3e8a537b4db42fbe2417b6e9031f9c75 /security/openvpn
parent991d4d7972c615ca64d2c8a757239bd650e91f11 (diff)
downloadFreeBSD-ports-a06ba74ddcbc7edb2f7d652b091d1790eb35b4db.zip
FreeBSD-ports-a06ba74ddcbc7edb2f7d652b091d1790eb35b4db.tar.gz
Fix a typo in the new rc file, where documentation didn't match the
actual variables. PR: ports/85156 Submitted by: maintainer Reported by: Benjamin Lutz <benlutz@datacomm.ch> Approved by: portmgr (krion)
Diffstat (limited to 'security/openvpn')
-rw-r--r--security/openvpn/Makefile1
-rw-r--r--security/openvpn/files/openvpn.sh.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index aa1e99c..e76a9881 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openvpn
DISTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://openvpn.net/release/
diff --git a/security/openvpn/files/openvpn.sh.in b/security/openvpn/files/openvpn.sh.in
index 37d8ba5..07f6447 100644
--- a/security/openvpn/files/openvpn.sh.in
+++ b/security/openvpn/files/openvpn.sh.in
@@ -37,8 +37,8 @@
#
# # optional:
# openvpn_flags="" # openvpn command line flags
-# openvpn_config="%%PREFIX%%/etc/openvpn/openvpn.conf" # --config file
-# openvpn_dir="%%PREFIX%%/etc/openvpn" # --cd directory
+# openvpn_configfile="%%PREFIX%%/etc/openvpn/openvpn.conf" # --config file
+# openvpn_dir="%%PREFIX%%/etc/openvpn" # --cd directory
#
# You also need to set openvpn_configfile and openvpn_dir, if the configuration
# file and directory where keys and certificates reside differ from the above
OpenPOWER on IntegriCloud