dnsmasq: fix strict audit failures.

This commit is contained in:
Mike McQuaid 2014-12-27 16:00:21 +00:00
parent 98035229f1
commit 989a9a7835

View file

@ -1,5 +1,3 @@
require "formula"
class Dnsmasq < Formula
homepage "http://www.thekelleys.org.uk/dnsmasq/doc.html"
url "http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.72.tar.gz"
@ -78,4 +76,8 @@ class Dnsmasq < Formula
</plist>
EOS
end
test do
system "#{bin}/dnsmasq", "--test"
end
end