svn commit: r416615 - head/mail/dovecot2/files

Adam Weinberger adamw at FreeBSD.org
Thu Jun 9 16:00:12 UTC 2016


Author: adamw
Date: Thu Jun  9 16:00:11 2016
New Revision: 416615
URL: https://svnweb.freebsd.org/changeset/ports/416615

Log:
  Add some comments to the top describing the available rc.conf flags.
  Also, fix a typo.

Modified:
  head/mail/dovecot2/files/dovecot.in

Modified: head/mail/dovecot2/files/dovecot.in
==============================================================================
--- head/mail/dovecot2/files/dovecot.in	Thu Jun  9 15:57:39 2016	(r416614)
+++ head/mail/dovecot2/files/dovecot.in	Thu Jun  9 16:00:11 2016	(r416615)
@@ -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}"


More information about the svn-ports-head mailing list