dovecot: audit fixes
This commit is contained in:
parent
41a8e43f07
commit
e2a17bed76
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue