Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2016 16:00:11 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416615 - head/mail/dovecot2/files
Message-ID:  <201606091600.u59G0BJB033998@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606091600.u59G0BJB033998>