From c47f196153b02f421b527f841583a99e4fad4fd2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 23 Jan 2014 14:56:54 -0800 Subject: dovecot: cleanup caveats. --- Library/Formula/dovecot.rb | 62 +++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'Library') diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb index 2221a8263..e33498ce3 100644 --- a/Library/Formula/dovecot.rb +++ b/Library/Formula/dovecot.rb @@ -22,39 +22,39 @@ class Dovecot < Formula args << "--with-lucene" if build.with? "clucene" system "./configure", *args - system "make install" + system "make", "install" end - def caveats; <<-EOS -For Dovecot to work, you will need to do the following: - -1) Create configuration in #{etc} - -2) If required by the configuration above, create a dovecot user and group - -3) possibly create a launchd item in /Library/LaunchDaemons/#{plist_path.basename}, like so: - - - - - Label - #{plist_name} - OnDemand - - ProgramArguments - - #{HOMEBREW_PREFIX}/sbin/dovecot - -F - - RunAtLoad - - ServiceDescription - Dovecot mail server - - - -Source: http://wiki.dovecot.org/LaunchdInstall -4) start the server using: sudo launchctl load /Library/LaunchDaemons/#{plist_path.basename} + def caveats; <<-EOS.undent + For Dovecot to work, you will need to do the following: + + 1) Create configuration in #{etc} + + 2) If required by the configuration above, create a dovecot user and group + + 3) possibly create a launchd item in /Library/LaunchDaemons/#{plist_path.basename}, like so: + + + + + Label + #{plist_name} + OnDemand + + ProgramArguments + + #{HOMEBREW_PREFIX}/sbin/dovecot + -F + + RunAtLoad + + ServiceDescription + Dovecot mail server + + + + Source: http://wiki.dovecot.org/LaunchdInstall + 4) start the server using: sudo launchctl load /Library/LaunchDaemons/#{plist_path.basename} EOS end end -- cgit v1.2.3