diff options
author | imp <imp@FreeBSD.org> | 2000-09-04 21:09:01 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-09-04 21:09:01 +0000 |
commit | e2f9d1d7290913ccd3c41a2ebf67cd74ca9f3db3 (patch) | |
tree | 83526a83d980d9cd07c95debef7387c2252ce14f /UPDATING | |
parent | 57a5a767104a4e10a3eefe2cf12e870f17d69ee7 (diff) | |
download | FreeBSD-src-e2f9d1d7290913ccd3c41a2ebf67cd74ca9f3db3.zip FreeBSD-src-e2f9d1d7290913ccd3c41a2ebf67cd74ca9f3db3.tar.gz |
Add a note about /etc/aliases moving /etc/mail/aliases and the problems
that causes in updating.
Submitted by: Robert Watson
[[ NB: marko and I are trying an experiment: he'll try to fix typos
quickly in UPDATING, while I concentrate on content. ]]
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ directly to him. See end of file for further details. For commonly done items, please see the end of the file. Search for 'COMMON ITEMS:' +20000904: + A new issue with the sendmail upgrade has come to light. + /etc/aliases has moved to /etc/mail/aliases. Mergemaster will + incorrectly install the default aliases in /etc/mail rather than + move the old one from /etc. So you'll need to manually move the + file, create a symbolic link, remove the old /etc/aliases.db and + run newaliases. For safety sake, you should stop sendmail + while doing this and run the upgrade when locally sourced email + is not likely to be generated. + 20000825: /boot/device.hints is now required for installkernel to succeed. You should copy GENERIC.hints for your architecture |