| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
This makes pkgbase easier by tagging these as CONFS so they are properly
tagged as config files.
Approved by: will (mentor)
Sponsored by: Essen Hackathon
Differential Revision: https://reviews.freebsd.org/D16553
Notes:
svn path=/head/; revision=337648
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
in favor of just rendering the manpage instead of relying on pre-formatted
catpages. Note, this does not impede the ability to use existing catpages,
it just removes the utility to generate them.
Reviewed by: imp, allanjude
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D12317
Notes:
svn path=/head/; revision=323550
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, 450.status-security would always set rc=3 in inline mode,
because it doesn't know whether "periodic security" is going to find
anything interesting. But this annoyingly results in daily reports that
simply say "Security check: \n\n-- End of daily output --".
This change fixes that by testing whether "periodic security" printed
anything, and setting 450.status-security's exit status to 3 if it did. An
alternative would be to change the exit status of periodic(8) to be the
worst of its scripts' exit statuses, but that would be a more intrusive
change.
Reviewed by: brian
MFC after: 3 weeks
Differential Revision: https://reviews.freebsd.org/D10267
Notes:
svn path=/head/; revision=316548
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
If one of the scripts listed in (daily|weekly|monthly)_local is executable,
999.local should simply execute it. Only if the script isn't executable
should 999.local assume it needs /bin/sh.
Reviewed by: brian
MFC after: 3 weeks
Sponsored by: Spectra Logic Corp
Notes:
svn path=/head/; revision=313069
|
| |
|
|
|
|
|
| |
from the latter.
Notes:
svn path=/head/; revision=265420
|
| |
|
|
| |
Notes:
svn path=/head/; revision=257444
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are now six additional variables
weekly_status_security_enable
weekly_status_security_inline
weekly_status_security_output
monthly_status_security_enable
monthly_status_security_inline
monthly_status_security_output
alongside their existing daily counterparts. They all have the same
default values.
All other "daily_status_security_${scriptname}_${whatever}"
variables have been renamed to "security_status_${name}_${whatever}".
A compatibility shim has been introduced for the old variable names,
which we will be able to remove in 11.0-RELEASE.
"security_status_${name}_enable" is still a boolean but a new
"security_status_${name}_period" allows to define the period of
each script. The value is one of "daily" (the default for backward
compatibility), "weekly", "monthly" and "NO".
Note that when the security periodic scripts are run directly from
crontab(5) (as opposed to being called by daily or weekly periodic
scripts), they will run unless the test is explicitely disabled with a
"NO", either for in the "_enable" or the "_period" variable.
When the security output is not inlined, the mail subject has been
changed from "$host $arg run output" to "$host $arg $period run output".
For instance:
myfbsd security run output -> myfbsd security daily run output
I don't think this is considered as a stable API, but feel free to
correct me if I'm wrong.
Finally, I will rearrange periodic.conf(5) and default/periodic.conf
to put the security options in their own section. I left them in
place for this commit to make reviewing easier.
Reviewed by: hackers@
Notes:
svn path=/head/; revision=254974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=220048
|
| |
|
|
|
|
|
|
|
|
|
|
| |
utilities and related support files for manual pages, which were previously
controlled by MAN. For POLA, the default depends on MAN, i.e., WITHOUT_MAN
implies WITHOUT_MAN_UTILS and WITH_MAN implies WITH_MAN_UTILS. This patch
is slightly improved by me from:
PR: misc/145212
Notes:
svn path=/head/; revision=208320
|
| |
|
|
| |
Notes:
svn path=/head/; revision=208060
|
| |
|
|
| |
Notes:
svn path=/head/; revision=187210
|
| |
|
|
|
|
|
|
|
|
|
| |
control over the result of buildworld and installworld; this especially
helps packaging systems such as nanobsd
Reviewed by: various (posted to arch)
MFC after: 1 month
Notes:
svn path=/head/; revision=183242
|
| |
|
|
|
|
|
|
|
|
|
| |
of the depricated one.
PR: conf/108611
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail dot jp>
Approved by: imp (mentor)
Notes:
svn path=/head/; revision=166912
|
| |
|
|
| |
Notes:
svn path=/head/; revision=161708
|
| |
|
|
|
|
|
|
| |
PR: conf/35242
Submitted by: Annihilator <annihilator.c@usa.net>
Notes:
svn path=/head/; revision=144343
|
| |
|
|
|
|
|
|
|
|
| |
This is particularly convenient on a cluster of machines to prevent
having to rebuild the INDEX file on each.
Reviewed by: portmgr
Notes:
svn path=/head/; revision=129424
|
| |
|
|
|
|
|
| |
of pkg_version in periodic/weekly/400.status-pkg.
Notes:
svn path=/head/; revision=103948
|
| |
|
|
|
|
|
| |
strip the suffixes).
Notes:
svn path=/head/; revision=100316
|
| |
|
|
|
|
|
|
| |
PR: bin/35558
Submitted by: Nicolas Rachinsky <list@rachinsky.de>
Notes:
svn path=/head/; revision=91704
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84253
|
| |
|
|
|
|
|
|
| |
PR: 27707
Approved by: bmah, markm
Notes:
svn path=/head/; revision=78111
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77592
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77517
|
| |
|
|
|
|
|
| |
to perl5 modules installed by hand.
Notes:
svn path=/head/; revision=76107
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74776
|
| |
|
|
|
|
|
| |
LC_ALL takes precedence over other LC_* envariables.
Notes:
svn path=/head/; revision=73349
|
| |
|
|
|
|
|
| |
in their name.
Notes:
svn path=/head/; revision=70602
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70600
|
| |
|
|
|
|
|
|
|
|
|
| |
from being installed, and make rmail conditional on neither of
NO_SENDMAIL and NOUUCP.
PR: bin/21321
Submitted by: Me
Notes:
svn path=/head/; revision=67849
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All periodic sub-scripts <larf> now have their return codes interpreted
by periodic(8). Output may be masked based on variable values in
periodic.conf.
It's also now possible to email periodic output to arbitrary addresses,
or to send it to a log file, examples of which can be found in
newsyslog.conf.
The upshot of it all should be no discernable changes to the default
behaviour of periodic(8).
PR: 21250
Notes:
svn path=/head/; revision=65843
|
| |
|
|
|
|
|
| |
Forgotten by: brian
Notes:
svn path=/head/; revision=62212
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62155
|
| |
|
|
|
|
|
|
|
|
| |
The only change in the default functionality should be that
the output reports are slightly more verbose WRT files deleted.
Not objected to by: freebsd-arch
Notes:
svn path=/head/; revision=61981
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53619
|
| |
|
|
|
|
|
| |
Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
Notes:
svn path=/head/; revision=51173
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
|
|
| |
home directory.
PR: 10700
Submitted by: Sergey Korsak <skif@1plus1.net>
Notes:
svn path=/head/; revision=48084
|
| |
|
|
|
|
|
|
| |
used to cleanup old files, and replace it by -delete which has been
present in our find(1) for ages now.
Notes:
svn path=/head/; revision=44926
|
| |
|
|
|
|
|
|
|
|
| |
using one of two hard-coded values.
PR: 5365
Submitted by: Ruslan Shevchenko <rssh@cam.grad.kiev.ua>
Notes:
svn path=/head/; revision=32379
|
| |
|
|
|
|
|
|
| |
plain sysctl]. We already assumed that many standard commands
exist, and sysctl is not special.
Notes:
svn path=/head/; revision=32154
|
| |
|
|
|
|
|
| |
Do not run by default.
Notes:
svn path=/head/; revision=30881
|
| |
|
|
| |
Notes:
svn path=/head/; revision=30880
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28377
|
| |
|
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Notes:
svn path=/head/; revision=28320
|
| |
|
|
|
|
|
| |
an example, it's totally bogus.
Notes:
svn path=/head/; revision=28319
|
|
|
This wasn't done with a repository copy because there was no
history of any consequence. Flames to me.
Notes:
svn path=/cvs2svn/branches/TRAINA/; revision=28263
|