#
bd6bc862 |
| 21-Oct-2017 |
Brad Davis <brd@FreeBSD.org> |
Remove a atrun check that is nullified by r318443.
Approved by: will
|
Revision tags: release/10.4.0 |
|
#
d2549a44 |
| 28-Sep-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r324075
|
#
52eb4160 |
| 26-Sep-2017 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Do not actually install uneeded alias for man
|
#
0275f9db |
| 11-Aug-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r321383 through r322397.
|
#
69ef36e3 |
| 01-Aug-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r321829
|
#
c343f7a2 |
| 25-Jul-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Spam BSD.coverage.dist, similar to BSD.debug.dist, unconditionally on /usr/lib/cov
/usr/lib/cov was chosen because while there isn't a standardized upstream path that's used for storing .gcda's, /us
Spam BSD.coverage.dist, similar to BSD.debug.dist, unconditionally on /usr/lib/cov
/usr/lib/cov was chosen because while there isn't a standardized upstream path that's used for storing .gcda's, /usr/lib/cov seemed like a good symmetry with the /usr/lib/debug for debug files for gdb, et al.
Parameterize out directories that are used to spam BSD.debug.dist, BSD.lib32.dist, BSD.libsoft.dist, and BSD.tests.dist, and spam on /usr/lib/cov .
show more ...
|
#
95101c1c |
| 25-Jul-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r321457
|
#
e017348a |
| 25-Jul-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Remove ${MTREE} and leverage etc/mtree/Makefile instead with "make distribution".
This also fixes the fact that BSD.debug.dist was being installed if/when ${MK_DEBUG_FILES} != "no" before this commi
Remove ${MTREE} and leverage etc/mtree/Makefile instead with "make distribution".
This also fixes the fact that BSD.debug.dist was being installed if/when ${MK_DEBUG_FILES} != "no" before this commit.
MFC after: 2 months
show more ...
|
#
531c2d7a |
| 24-Jul-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r320180
|
#
bca9d05f |
| 23-Jul-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r319973 through 321382.
|
Revision tags: release/11.1.0 |
|
#
d2043ca3 |
| 14-Jul-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r320573 through r320970.
|
#
27f3f39a |
| 11-Jul-2017 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Fix INSTALL_AS_USER after r319020.
Reviewed by: vangyzen MFC after: 1 week Sponsored by: Dell EMC Isilon
|
#
686fb94a |
| 10-Jun-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r319548 through r319778.
|
#
738919c0 |
| 08-Jun-2017 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Remove groff from base
All manpages in base are now compatible with mandoc(1), all roff documentation will be relocated in the doc tree. man(1) can now use groff from the ports tree if it needs.
Al
Remove groff from base
All manpages in base are now compatible with mandoc(1), all roff documentation will be relocated in the doc tree. man(1) can now use groff from the ports tree if it needs.
Also remove checknr(1) and colcrt(1) which are only useful with groff.
Approved by: (no objections on the mailing lists)
show more ...
|
#
ea1e967c |
| 19-May-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r318380 through r318559.
|
#
56ba774e |
| 19-May-2017 |
Enji Cooper <ngie@FreeBSD.org> |
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
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 Submitted by: Dan McGregor <dan.mcgregor@usask.ca> MFC after: 2 weeks MFC with: r277541, r318441, r318443 Sponsored by: Dell EMC Isilon
show more ...
|
#
043b080e |
| 18-May-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Conditionally handle the crontab entry for atrun(8)
The default crontab prior to this commit assumes atrun(8) is always present, which isn't true if MK_AT == no. Move atrun(8) execution from /etc/cr
Conditionally handle the crontab entry for atrun(8)
The default crontab prior to this commit assumes atrun(8) is always present, which isn't true if MK_AT == no. Move atrun(8) execution from /etc/crontab to /etc/cron.d/at, and base /etc/cron.d/at's installation on MK_AT. cron(8) will detect /etc/cron.d/at's presence when the configuration is loaded and run atrun every 5 minutes like it would prior to this commit.
SHELL and PATH are duplicated between /etc/crontab and /etc/cron.d/at because atrun(8) executes programs, which may rely on environment set in the current default /etc/crontab.
Noted by: bdrewery (in an internal review) MFC after: 2 months Relnotes: yes (may need to add environmental modifications to /etc/cron.d/at) Sponsored by: Dell EMC Isilon
show more ...
|
#
cb8106ba |
| 18-May-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Revert r318441: the commit message was incoherent
|
#
94af8db1 |
| 18-May-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Handle the cron.d entry for MK_AT in cron conditionally
Install /etc/cron.d/at if MK_AT != no, always using it, which tries to run a non-existent program via cron(8) every 5 minutes with the default
Handle the cron.d entry for MK_AT in cron conditionally
Install /etc/cron.d/at if MK_AT != no, always using it, which tries to run a non-existent program via cron(8) every 5 minutes with the default /etc/crontab, prior to this commit.
SHELL and PATH are duplicated between /etc/crontab and /etc/cron.d/at because atrun(8) executes programs, which may rely on environment currently set via /etc/crontab.
Noted by: bdrewery (in an internal review) MFC after: 2 months Relnotes: yes (may need to add environmental modifications to /etc/cron.d/at) Sponsored by: Dell EMC Isilon
show more ...
|
#
209be205 |
| 16-May-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r317971 through r318379.
|
#
e5c4c8aa |
| 13-May-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Handle the logfiles in newsyslog and syslogd conditionally, based on src.conf(5) knobs
This will allow consumers of FreeBSD to use the unmodified configuration files out of the box more than previou
Handle the logfiles in newsyslog and syslogd conditionally, based on src.conf(5) knobs
This will allow consumers of FreeBSD to use the unmodified configuration files out of the box more than previously.
Both newsyslog.conf and syslog.conf: - /var/log/lpd-errs (MK_LPR != no) - /var/log/ppp.log (MK_PPP != no) - /var/log/xferlog (MK_FTP != no)
newsyslog.conf: - /var/log/amd.log (MK_AMD != no) - /var/log/pflog (MK_PF != no) - /var/log/sendmail.st (MK_SENDMAIL != no)
MFC after: 3 weeks Sponsored by: Dell EMC Isilon
show more ...
|
#
6dcff5b7 |
| 12-Mar-2017 |
Warner Losh <imp@FreeBSD.org> |
Move /etc/ to SRCTOP
Prefer ${SRCTOP}/ to ${.CURDIR}/../ and ${.CURDIR}/../../ as appropriate.
Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence On: arch@ (t
Move /etc/ to SRCTOP
Prefer ${SRCTOP}/ to ${.CURDIR}/../ and ${.CURDIR}/../../ as appropriate.
Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence On: arch@ (twice)
show more ...
|
#
a2b802ce |
| 02-Nov-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r303250 through r308226.
|
#
2d5386cc |
| 31-Oct-2016 |
Glen Barber <gjb@FreeBSD.org> |
Fix packaging /usr/share/examples/etc.
Reported by: woodsb02 MFC after: 3 days X-MFC-With: r308148 Sponsored by: The FreeBSD Foundation
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
c0759dac |
| 07-Jun-2016 |
Kurt Lidl <lidl@FreeBSD.org> |
Separate BLACKLIST vs BLACKLIST_SUPPORT properly
Sponsored by: The FreeBSD Foundation
|