diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-11-11 21:20:20 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-11-11 21:20:20 +0800 |
commit | 75f38cbf0a4e26e74958c6816573b5b9d7c0afb7 (patch) | |
tree | 3426834a754faae36d18f3e8ecd24cbbc9bd5268 /security/vpnc | |
parent | 8a8f46f1b14d1ea37f6a1ea81b047166b28ef2ff (diff) | |
download | freebsd-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.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 |