From owner-svn-ports-all@freebsd.org Thu Jun 9 16:00:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4235B6E21E; Thu, 9 Jun 2016 16:00:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 857B616FC; Thu, 9 Jun 2016 16:00:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59G0BKq033999; Thu, 9 Jun 2016 16:00:11 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59G0BJB033998; Thu, 9 Jun 2016 16:00:11 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201606091600.u59G0BJB033998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 9 Jun 2016 16:00:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416615 - head/mail/dovecot2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 16:00:12 -0000 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}"