1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Add release notes for the sendmail-related build infrastructure changes.

This commit is contained in:
Gregory Neil Shapiro 2001-02-28 01:49:57 +00:00
parent 5ee6dbc67e
commit 3812ddcdc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73194
2 changed files with 16 additions and 0 deletions

View File

@ -459,6 +459,14 @@ sendmail. [MERGED]
The sendmail(8) configuration building tools are installed in
/usr/share/sendmail/cf/. [MERGED]
New make.conf options: SENDMAIL_MC and SENDMAIL_ADDITIONAL_MC. See
/etc/defaults/make.conf for more information. [MERGED]
The Makefile in /etc/mail now supports: the new SENDMAIL_MC make.conf
option; the ability to build .cf files from .mc files; generalized map
rebuilding; rebuilding the aliases file; and the ability to stop, start,
and restart sendmail. [MERGED]
sysinstall(8) now properly preserves /etc/mail during a binary
upgrade. [MERGED]

View File

@ -551,6 +551,14 @@ sendmail. [MERGED]
The sendmail(8) configuration building tools are installed in
/usr/share/sendmail/cf/. [MERGED]
New make.conf options: SENDMAIL_MC and SENDMAIL_ADDITIONAL_MC. See
/etc/defaults/make.conf for more information. [MERGED]
The Makefile in /etc/mail now supports: the new SENDMAIL_MC make.conf
option; the ability to build .cf files from .mc files; generalized map
rebuilding; rebuilding the aliases file; and the ability to stop, start,
and restart sendmail. [MERGED]
sysinstall(8) now properly preserves /etc/mail during a binary
upgrade. [MERGED]