dovecot: audit fixes

This commit is contained in:
Tomasz Pajor 2016-04-11 10:53:43 +02:00
parent 41a8e43f07
commit e2a17bed76

View file

@ -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