dnsmasq: fix strict audit failures.
This commit is contained in:
parent
98035229f1
commit
989a9a7835
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue