aboutsummaryrefslogtreecommitdiff
path: root/security/vpnc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-11-11 13:20:20 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-11-11 13:20:20 +0000
commita114891409ed4a51ae4fdaa2928cc0d892b1e420 (patch)
treea24fcc366fdb4eb6bd3656b75a9b389bce493576 /security/vpnc
parentf520f2e7512d65e5cfb71cdd8228e052baab185c (diff)
downloadports-a114891409ed4a51ae4fdaa2928cc0d892b1e420.tar.gz
ports-a114891409ed4a51ae4fdaa2928cc0d892b1e420.zip
Notes
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