aboutsummaryrefslogtreecommitdiff
path: root/security/vpnc/files/patch-vpnc-script.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/vpnc/files/patch-vpnc-script.in')
-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