Date: Tue, 17 Dec 2013 09:41:43 +0000 (UTC) From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336705 - in head/mail: opensmtpd-devel/files opensmtpd/files Message-ID: <201312170941.rBH9fhJF096852@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ashish Date: Tue Dec 17 09:41:43 2013 New Revision: 336705 URL: http://svnweb.freebsd.org/changeset/ports/336705 Log: - Fix typo in rc scripts Reported by: feld Modified: head/mail/opensmtpd-devel/files/smtpd.in head/mail/opensmtpd/files/smtpd.in Modified: head/mail/opensmtpd-devel/files/smtpd.in ============================================================================== --- head/mail/opensmtpd-devel/files/smtpd.in Tue Dec 17 09:34:25 2013 (r336704) +++ head/mail/opensmtpd-devel/files/smtpd.in Tue Dec 17 09:41:43 2013 (r336705) @@ -7,7 +7,7 @@ # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable smtpd: -# smtpd_enable (bool): Set it to "YES" to enable postfix. +# smtpd_enable (bool): Set it to "YES" to enable OpenSMTPD. # Default is "NO". # smtpd_config (string): Path to OpenSMTPD configuration file. # Default is "%%PREFIX%%/etc/mail/smtpd.conf" Modified: head/mail/opensmtpd/files/smtpd.in ============================================================================== --- head/mail/opensmtpd/files/smtpd.in Tue Dec 17 09:34:25 2013 (r336704) +++ head/mail/opensmtpd/files/smtpd.in Tue Dec 17 09:41:43 2013 (r336705) @@ -7,7 +7,7 @@ # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable smtpd: -# smtpd_enable (bool): Set it to "YES" to enable postfix. +# smtpd_enable (bool): Set it to "YES" to enable OpenSMTPD. # Default is "NO". # smtpd_config (string): Path to OpenSMTPD configuration file. # Default is "%%PREFIX%%/etc/mail/smtpd.conf"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312170941.rBH9fhJF096852>