aboutsummaryrefslogtreecommitdiffstats
path: root/security/vpnc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2011-11-11 21:20:20 +0800
committerehaupt <ehaupt@FreeBSD.org>2011-11-11 21:20:20 +0800
commit75f38cbf0a4e26e74958c6816573b5b9d7c0afb7 (patch)
tree3426834a754faae36d18f3e8ecd24cbbc9bd5268 /security/vpnc
parent8a8f46f1b14d1ea37f6a1ea81b047166b28ef2ff (diff)
downloadfreebsd-ports-gnome-75f38cbf0a4e26e74958c6816573b5b9d7c0afb7.tar.gz
freebsd-ports-gnome-75f38cbf0a4e26e74958c6816573b5b9d7c0afb7.tar.zst
freebsd-ports-gnome-75f38cbf0a4e26e74958c6816573b5b9d7c0afb7.zip
Fix a typo in a comment.
Feature safe: yes
Diffstat (limited to 'security/vpnc')
-rw-r--r--security/vpnc/files/patch-vpnc-script.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/vpnc/files/patch-vpnc-script.in b/security/vpnc/files/patch-vpnc-script.in
index 98e0112703b0..cda79a3241a4 100644
--- a/security/vpnc/files/patch-vpnc-script.in
+++ b/security/vpnc/files/patch-vpnc-script.in
@@ -16,7 +16,7 @@
fi
-if [ -x /sbin/resolvconf ]; then # Optional tool on Debian, Ubuntu, Gentoo
-+# Optional tool on Debian, Ubuntu, Gentoo, FreeBSD 9.0-RELEASE has a different,
++# Optional tool on Debian, Ubuntu, Gentoo. FreeBSD 9.0-RELEASE has a different,
+# incompatible /sbin/resolvconf implementation
+if [ -x /sbin/resolvconf ] && [ "$OS" = "Linux" ]; then
MODIFYRESOLVCONF=modify_resolvconf_manager