From ea0395064823963c9306d05fecb94798a7e73b5d Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 1 Aug 2016 03:02:25 +0100 Subject: [PATCH] ettercap: make ipv6 default on --- Formula/ettercap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ettercap.rb b/Formula/ettercap.rb index 6982353682..e134cbbc6a 100644 --- a/Formula/ettercap.rb +++ b/Formula/ettercap.rb @@ -14,7 +14,7 @@ class Ettercap < Formula option "without-curses", "Install without curses interface" option "without-plugins", "Install without plugins support" - option "with-ipv6", "Install with IPv6 support" + option "without-ipv6", "Install without IPv6 support" depends_on "cmake" => :build depends_on "ghostscript" => [:build, :optional]