aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-05-15 02:49:17 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-05-15 02:49:17 +0000
commit29813d539747e58a6e3322df3f48eae4338c60b5 (patch)
treead64253796dc7d189145d9bb72dbd175c35488f4 /security/openvpn
parent47674a9024d5ae3cd9f5366e069619af12740e46 (diff)
downloadports-29813d539747e58a6e3322df3f48eae4338c60b5.tar.gz
ports-29813d539747e58a6e3322df3f48eae4338c60b5.zip
Notes
Diffstat (limited to 'security/openvpn')
-rw-r--r--security/openvpn/files/openvpn.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openvpn/files/openvpn.sh.in b/security/openvpn/files/openvpn.sh.in
index 9a081ed48e4f..6e88286ad51c 100644
--- a/security/openvpn/files/openvpn.sh.in
+++ b/security/openvpn/files/openvpn.sh.in
@@ -45,10 +45,10 @@
# /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/NAME
#
# NAME_enable="NO" # set to YES to enable openvpn
-# NAME_if="" # driver(s) to load, set to "tun", "tap" or "tun tap"
+# NAME_if= # driver(s) to load, set to "tun", "tap" or "tun tap"
#
# # optional:
-# NAME_flags="" # additional command line arguments
+# NAME_flags= # additional command line arguments
# NAME_configfile="%%PREFIX%%/etc/openvpn/NAME.conf" # --config file
# NAME_dir="%%PREFIX%%/etc/openvpn" # --cd directory
#