Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2002 18:00:18 -0800 (PST)
From:      "Bruce A. Mah" <bmah@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8845 for review
Message-ID:  <200204020200.g3220IM23162@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8845

Change 8845 by bmah@bmah_intruder on 2002/04/01 17:59:53

	Two new items for the errata:  Binutils problems and rc.conf
	setup for non-sendmail MTAs.

Affected files ...

... //depot/releng/5_dp1/src/release/doc/en_US.ISO8859-1/errata/article.sgml#6 edit

Differences ...

==== //depot/releng/5_dp1/src/release/doc/en_US.ISO8859-1/errata/article.sgml#6 (text+ko) ====

@@ -93,6 +93,11 @@
         &man.chroot.2; environments; locking only works for processes
         sharing the same root as the locking daemon.</para></listitem>
 
+      <listitem><para><application>Binutils</application> appears to have
+	some problems compiling software from the ports
+	collection (specifically, &man.ld.1; is known to have a problem
+	with multiple references to some symbols).</para></listitem>
+
     </itemizedlist>  
   </sect1>
 
@@ -169,6 +174,29 @@
 	<application>xdm</application>,
 	<application>kdm</application>, and
 	<application>gdm</application>.</para></listitem>
+
+      <listitem><para>The <application>sendmail</application> startup
+        code in <filename>/etc/rc</filename> has been changed to
+        support the new requirements of
+        <application>sendmail</application> 8.12.  The new setup may
+        cause problems for users running MTAs other than
+        <application>sendmail</application>.  You can prevent any
+        <application>sendmail</application> daemons from starting at
+        boot time by adding the following to
+        <filename>/etc/rc.conf</filename>:</para>
+
+        <programlisting>sendmail_enable="NO"
+sendmail_outbound_enable="NO"
+sendmail_msp_queue_enable="NO"
+sendmail_submit_enable="NO"</programlisting>
+
+	<para>Note that 5.0-DP2 (as well as 5.0-RELEASE) will support
+	  a <literal>sendmail_enable="NONE"</literal> setting to
+	  disable all <application>sendmail</application> daemons with
+	  a single variable.  This functionality was
+	  <emphasis>not</emphasis> merged to the 5.0-DP1
+	  snapshot.</para></listitem>
+
     </itemizedlist>
 
   </sect1>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-releng" in the body of the message




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