Date: Tue, 12 Jun 2007 17:33:24 +0000 (UTC) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/etc/defaults rc.conf src/etc/rc.d sendmail src/release/doc/en_US.ISO8859-1/relnotes article.sgml Message-ID: <200706121733.l5CHXPn0081246@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gshapiro 2007-06-12 17:33:24 UTC FreeBSD src repository Modified files: . UPDATING etc/defaults rc.conf etc/rc.d sendmail release/doc/en_US.ISO8859-1/relnotes article.sgml Log: 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 Revision Changes Path 1.496 +6 -0 src/UPDATING 1.316 +1 -0 src/etc/defaults/rc.conf 1.17 +10 -8 src/etc/rc.d/sendmail 1.1039 +6 -0 src/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706121733.l5CHXPn0081246>