summaryrefslogtreecommitdiff
path: root/security/openvpn-devel/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-22 10:31:35 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-22 10:31:35 +0000
commit13dc48839d05794b1709438fda9e2f0c7d0c96ce (patch)
tree202f6c640416b36c2608600e415877af37c21ff3 /security/openvpn-devel/files
parentMake it fetchable again (diff)
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)
Notes
Notes: svn path=/head/; revision=140952
Diffstat (limited to 'security/openvpn-devel/files')
-rw-r--r--security/openvpn-devel/files/openvpn.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openvpn-devel/files/openvpn.sh.in b/security/openvpn-devel/files/openvpn.sh.in
index 37d8ba5129de..07f6447e9ea0 100644
--- a/security/openvpn-devel/files/openvpn.sh.in
+++ b/security/openvpn-devel/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