Date: Sat, 10 Nov 2018 16:58:08 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r340326 - head Message-ID: <201811101658.wAAGw8Zd032024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 (ports committer) Date: Sat Nov 10 16:58:07 2018 New Revision: 340326 URL: https://svnweb.freebsd.org/changeset/base/340326 Log: Add UPDATING entry for newsyslog.conf changes introduced by r340318 Approved by: cem Differential Revision: https://reviews.freebsd.org/D17936 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Nov 10 15:10:22 2018 (r340325) +++ head/UPDATING Sat Nov 10 16:58:07 2018 (r340326) @@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20181110: + The default newsyslog.conf(5) file has been changed to only include + files in /etc/newsyslog.conf.d/ and /usr/local/etc/newsyslog.conf.d/ if + the filenames end in '.conf' and do not begin with a '.'. + + You should check the configuration files in these two directories match + this naming convention. You can verify which configuration files are + being included using the command: + $ newsyslog -Nrv + 20181015: Ports for the DRM modules have been simplified. Now, amd64 users should just install the drm-kmod port. All others should install
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811101658.wAAGw8Zd032024>