svn commit: r336705 - in head/mail: opensmtpd-devel/files opensmtpd/files

Ashish SHUKLA ashish at FreeBSD.org
Tue Dec 17 09:41:44 UTC 2013


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"


More information about the svn-ports-head mailing list