aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2009-09-16 19:29:43 +0100
committerMax Howell2009-09-17 18:42:56 +0100
commit506026e0b1ae92b8f5f96fd3fa538a661f29599e (patch)
treec1797b80202e3c2f0a046a5348d109d41b520aec /Library/Formula
parent0122fb9a48a75a87cf038b1a81f28b6a5b9cfcce (diff)
downloadhomebrew-506026e0b1ae92b8f5f96fd3fa538a661f29599e.tar.bz2
Prettier install output
This way caveats and other warnings/errors don't appear connected to the Summary text.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dovecot.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb
index 3f00bcdd2..26d5ede7b 100644
--- a/Library/Formula/dovecot.rb
+++ b/Library/Formula/dovecot.rb
@@ -18,9 +18,7 @@ class Dovecot <Formula
# TODO: automate some of the caveats?
end
- def caveats
- puts <<-EOS
-==============================================================
+ def caveats; <<-EOS
For Dovecot to work, you will need to do the following:
1) create configuration in #{prefix}/etc
@@ -45,7 +43,6 @@ For Dovecot to work, you will need to do the following:
</plist>
4) start the server using: sudo launchctl load /Library/LaunchDaemons/org.dovecot.plist
-==============================================================
EOS
end
end