diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2016-06-09 16:00:11 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-06-09 16:00:11 +0000 |
| commit | 126669162821d5903c07e4f0f17215ed4dbf2ce5 (patch) | |
| tree | e997ab332c049ea07fb87ff14401322e15ff3ab5 | |
| parent | Add support for changing the location of ntpd.conf (openntpd_config), (diff) | |
Add some comments to the top describing the available rc.conf flags.
Also, fix a typo.
| -rw-r--r-- | mail/dovecot2/files/dovecot.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/dovecot2/files/dovecot.in b/mail/dovecot2/files/dovecot.in index 43f7a4fbcff5..76df0092a0fc 100644 --- a/mail/dovecot2/files/dovecot.in +++ b/mail/dovecot2/files/dovecot.in @@ -7,6 +7,15 @@ # REQUIRE: %%REQUIRE%% # KEYWORD: shutdown +# dovecot_enable (bool): Set it to YES to enable dovecot +# Default: NO +# dovecot_config (str): Path to dovecot.conf +# Default: %%ETCDIR%%/dovecot.conf +# Set it to a space-separated list to start +# multiple dovecot instances +# dovecot_flags (str): Extra flags to pass to dovecot +# Default: empty + # Define dovecot_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local @@ -48,7 +57,7 @@ restart_cmd() } # To start multiple instances of dovecot set dovecot_config to -# a space seperated list of configuration files. +# a space separated list of configuration files. for config in ${dovecot_config}; do required_files="${config}" command_args="-c ${config}" |
