diff options
| author | Adam Vandenberg | 2013-06-11 10:49:15 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-11 10:49:15 -0700 |
| commit | 6ab2e3f1dd78cd81a43be2aeaf2b86108e620fdf (patch) | |
| tree | 4ed69d095beeb6af0f0129c595f6dc44a4188521 /Library/Formula | |
| parent | a5191c37f274fcbc3b4adef05051baaf24dcfa9f (diff) | |
| download | homebrew-6ab2e3f1dd78cd81a43be2aeaf2b86108e620fdf.tar.bz2 | |
zabbix: remove caveats
Documentation is easily found via brew home zabbix
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zabbix.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/zabbix.rb b/Library/Formula/zabbix.rb index e9eba14d3..ec660b6b9 100644 --- a/Library/Formula/zabbix.rb +++ b/Library/Formula/zabbix.rb @@ -52,15 +52,6 @@ class Zabbix < Formula end end - def caveats; <<-EOS.undent - Please read the fine manual for post-install instructions: - http://www.zabbix.com/documentation/2.0/manual - - Or just use Puppet: - https://github.com/bjoernalbers/puppet-zabbix_osx - EOS - end - def test system "#{sbin}/zabbix_agentd", "--print" end |
