diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-11-11 13:20:20 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-11-11 13:20:20 +0000 |
commit | a114891409ed4a51ae4fdaa2928cc0d892b1e420 (patch) | |
tree | a24fcc366fdb4eb6bd3656b75a9b389bce493576 /security/vpnc | |
parent | f520f2e7512d65e5cfb71cdd8228e052baab185c (diff) | |
download | ports-a114891409ed4a51ae4fdaa2928cc0d892b1e420.tar.gz ports-a114891409ed4a51ae4fdaa2928cc0d892b1e420.zip |
Notes
Diffstat (limited to 'security/vpnc')
-rw-r--r-- | security/vpnc/files/patch-vpnc-script.in | 2 |
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 |