diff --git a/Formula/dovecot.rb b/Formula/dovecot.rb index c46af72993..bcdd1f767b 100644 --- a/Formula/dovecot.rb +++ b/Formula/dovecot.rb @@ -75,6 +75,12 @@ class Dovecot < Formula end end + def caveats; <<-EOS.undent + For Dovecot to work, you may need to create a dovecot user + and group depending on your configuration file options. + EOS + end + plist_options :startup => true def plist; <<-EOS.undent @@ -102,12 +108,6 @@ class Dovecot < Formula EOS end - def caveats; <<-EOS.undent - For Dovecot to work, you may need to create a dovecot user - and group depending on your configuration file options. - EOS - end - test do assert_match /#{version}/, shell_output("#{sbin}/dovecot --version") end