summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2007-06-12 17:33:23 +0000
committergshapiro <gshapiro@FreeBSD.org>2007-06-12 17:33:23 +0000
commit8487a6b5828d7ea55a1934ab88215bde33f57812 (patch)
treea87980518ed2c57ddd4262104fc6b9377e4426ed /UPDATING
parent48df7c2e40b7a2c2788a973ba68cb29be59f88fa (diff)
downloadFreeBSD-src-8487a6b5828d7ea55a1934ab88215bde33f57812.zip
FreeBSD-src-8487a6b5828d7ea55a1934ab88215bde33f57812.tar.gz
Add a new rc.conf variable, sendmail_rebuild_aliases, which tells
/etc/rc.d/sendmail whether or not to run newaliases if the database is missing or the aliases text file is newer than aliases.db. In my opinion, the aliases file should never be automatically rebuilt. The current text form could represent a work in progress. Therefore, in FreeBSD 7.0, this new option will default to "NO". When this rc.d change is MFC'ed, it will need to remain "YES" to maintain backward compatibility. PR: conf/86252 Approved by: re (kensmith) MFC after: 3 days
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a6cfbe2..23702af 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
to maximize performance.
20070612:
+ By default, /etc/rc.d/sendmail no longer rebuilds the aliases
+ database if it is missing or older than the aliases file. If
+ desired, set the new rc.conf option sendmail_rebuild_aliases
+ to "YES" to restore that functionality.
+
+20070612:
The IPv4 multicast socket code has been considerably modified, and
moved to the file sys/netinet/in_mcast.c. Initial support for the
RFC 3678 Source-Specific Multicast Socket API has been added to
OpenPOWER on IntegriCloud