diff options
| author | Chuong Dang | 2014-08-05 16:09:50 +0700 |
|---|---|---|
| committer | Jack Nagel | 2014-08-06 20:16:12 -0500 |
| commit | f2b3bdc7c30cb8592771043763e48fc64e45ab42 (patch) | |
| tree | 65a4da29239f00fc7aa330936e67bc7bef0e3bba /Library | |
| parent | 09c91568b6c2f122bd21ec392dc38d0c69dfcb8d (diff) | |
| download | homebrew-f2b3bdc7c30cb8592771043763e48fc64e45ab42.tar.bz2 | |
dnsmasq: fix launchd plist for 10.10
The 10.10 man page says:
NetworkState <boolean>
This key is no longer implemented as it never acted how most users expected.
Closes #31359.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dnsmasq.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/dnsmasq.rb b/Library/Formula/dnsmasq.rb index 0082f7a64..5c8b24824 100644 --- a/Library/Formula/dnsmasq.rb +++ b/Library/Formula/dnsmasq.rb @@ -67,11 +67,10 @@ class Dnsmasq < Formula <string>#{opt_sbin}/dnsmasq</string> <string>--keep-in-foreground</string> </array> + <key>RunAtLoad</key> + <true/> <key>KeepAlive</key> - <dict> - <key>NetworkState</key> - <true/> - </dict> + <true/> </dict> </plist> EOS |
