]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC note: only the newsyslog.conf.d change has been backported to unbreak
authorngie <ngie@FreeBSD.org>
Wed, 19 Jul 2017 21:06:31 +0000 (21:06 +0000)
committerngie <ngie@FreeBSD.org>
Wed, 19 Jul 2017 21:06:31 +0000 (21:06 +0000)
commit81dc75ee8c375d0e91e1ba279d36fa0b04b6cf94
tree4a43b4993b92db24a212da39d4ebe1b0b7faeb8b
parent69a211991aa5bc4a7048a2faab5bf4c8c81cf046
MFC note: only the newsyslog.conf.d change has been backported to unbreak
"make distribution" with etc/newsyslog.conf.d/opensm.conf
installation. The cron.d and syslog.d changes were omitted by
request to avoid churn on ^/stable/{10,11}.
Requested by: jhb, peter

MFC r318545:

Install {cron.d,newsyslog.conf.d,syslog.d} via `make distribution`, not `make install`

I incorrectly started this pattern in r277541 with the opensm newsyslog.conf.d file,
and continued using it in r318441 and r318443.

This will fix the files being handled improperly via installworld, preventing tools like
etcupdate, mergemaster, etc from functioning properly when comparing the installed
contents on a system vs the contents in a source tree when doing merges.

PR: 219404
MFC with: r277541, r318441, r318443
etc/Makefile