summaryrefslogtreecommitdiffstats
path: root/etc/periodic
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to remove directories unless we've emptied them firstbrian2001-07-191-1/+1
| | | | | | Submitted by: NIIMI Satoshi <sa2c@and.or.jp> PR: 28355 MFC after: 1 week
* Recognize and support new output which pkg_version(1) might produce.tobez2001-06-111-1/+2
| | | | | PR: 27707 Approved by: bmah, markm
* Small adjustment to whitespace in outputdougb2001-06-013-3/+3
|
* Remove vestiges of MFS.ru2001-06-011-5/+0
|
* Truly limit the path to local filesystems.dougb2001-05-311-2/+4
|
* Default daily_accounting_flags to -q. I thought this was a typo in thebrian2001-05-301-0/+5
| | | | | | | | originally submitted patch (oops!). Also check for an empty $daily_accounting_save. Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
* Add $daily_accounting_save and $daily_accounting_flagsbrian2001-05-301-9/+13
| | | | | Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de> MFC after: 2 weeks
* Add 470.status-named.dirk2001-05-111-0/+1
| | | | Reminded by: gshapiro
* Remind the user that they need to check CPAN manually for updatesjoe2001-04-281-0/+1
| | | | to perl5 modules installed by hand.
* Fixed typo.ru2001-04-251-1/+1
| | | | | PR: bin/26836 Submitted by: Matthew Seaman <matthew.seaman@tornadogroup.com>
* Check for denied zone transfers (AXFR and IXFR).dirk2001-04-211-0/+71
|
* Identify obsolete portsbrian2001-03-251-1/+2
|
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-022-2/+2
| | | | LC_ALL takes precedence over other LC_* envariables.
* Add 500.queuerunache2001-02-191-0/+1
|
* Move the sendmail -q from cron to periodic, as suggested by a few people.peter2001-02-191-0/+34
| | | | | This has the benefit of adding a random start time element as daily processing takes a different amount of time on different machines.
* Allow the output of /etc/security to be logged or mailed to differentbrian2001-01-301-5/+12
| | | | | | | users in line with ${daily,weekly,monthly}_output using a new $daily_status_security_output variable. PR: 24643
* Cope with ports that have multiple versions *and* have embedded ``-''sbrian2001-01-021-1/+1
| | | | in their name.
* Understand ``multiple versions'' lines emitted from pkg_version.brian2001-01-021-1/+3
|
* Handle multiple words in $daily_clean_disks_filesbrian2000-12-241-3/+5
| | | | | PR: 23805 Submitted mostly by: Norbert Papke <npapke@telus.net>
* Finish the job of conditionalizing UUCP by preventing files in /etc/uucpdougb2000-10-292-3/+7
| | | | | | | | from being installed, and make rmail conditional on neither of NO_SENDMAIL and NOUUCP. PR: bin/21321 Submitted by: Me
* Case is irrelevant when sorting mail redirectsbrian2000-10-021-1/+1
| | | | | PR: 21600 Submitted by: David Wolfskill <dhw@whistle.com>
* Remove a forgotten linebrian2000-09-221-1/+0
| | | | Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
* Another overhaul of the periodic stuff.brian2000-09-1432-176/+504
| | | | | | | | | | | | | | | 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
* Correct variable spellingbrian2000-08-251-1/+1
| | | | PR: 20841
* Complete migration of aliases file to /etc/mail/aliases.gshapiro2000-08-131-5/+5
| | | | | The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster have been contacted so those may be updated as well.
* Correct dodgy wild card expansionbrian2000-08-101-1/+7
| | | | PR: 20514
* Introduce a new option, daily_status_disks_df_flags, which specifiessheldonh2000-07-051-1/+1
| | | | | | | | | | the command-line arguments to be used for the call to df(1) when daily_status_disks_enable is set to YES. The name of the new variable was chosen by the maintainer of our periodic hierarchy, Brian Somers. PR: 19631
* Add $daily_status_mail_rejects_logs, defaulting to 3 to controlbrian2000-06-301-2/+11
| | | | | | how many /var/log/maillog* files to check PR: 19587
* Correct two variable namesbrian2000-06-301-3/+3
| | | | | Mostly submitted by: howardjp@wam.umd.edu PR: 19567
* Added 400.status-pkg.joe2000-06-281-0/+1
| | | | Forgotten by: brian
* Add weekly_status_pkg_enable (defaults to NO)brian2000-06-271-0/+20
|
* Allow compressed acct filesbrian2000-06-251-0/+10
| | | | | PR: 19483 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* daily_status_network_enable -> daily_status_network_usednsbrian2000-06-231-1/+1
| | | | Submitted by: Alexander Leidinger <Alexander@leidinger.net>
* Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.brian2000-06-2331-271/+734
| | | | | | | 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
* Use $clear_daily_* from rc.conf to decide what should be deletedbrian2000-06-091-22/+26
| | | | Reviewed by: The silence of -committers
* Clean /tmp and /var/tmp if $clear_tmp_enable is set to YES in rc.confbrian2000-06-081-16/+35
| | | | Clean /compat/linux/tmp if $linux_enable is also set to YES in rc.conf
* Revert to rev 1.3 since the sed'ing is wrong. Revisit this after 4.0-RELEASE.obrien2000-01-271-3/+3
|
* Update the sed action to match the change to "diff -u".obrien2000-01-201-1/+1
| | | | | | | Otherwise the encrypted password of any account who's information changed was shown in the daily email to root. Submitted by: jhb
* Use the *much* more readable unified diff format.obrien1999-12-282-3/+3
|
* Use manpath -L for man localesache1999-11-232-16/+4
|
* "make install" did not install 150.clean-hoststat.ghelmer1999-11-041-0/+1
| | | | PR: bin/12497
* localize itache1999-09-112-3/+47
| | | | Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
* $Id$ -> $FreeBSD$peter1999-08-2736-36/+36
|
* Update the locate database even if user nobody can't stat root'ssheldonh1999-06-211-1/+2
| | | | | | | home directory. PR: 10700 Submitted by: Sergey Korsak <skif@1plus1.net>
* Don't delete quota files when clean-tmps is enabled.brian1999-06-101-2/+3
|
* Remove remaining traces of the prototype...wollman1999-03-301-2/+2
|
* Clean up persistent host status from sendmail(8) (if so configured).wollman1999-03-301-0/+11
| | | | | I had accumulated years' worth of junk files; now others won't have to.
* Finally remove the ancient `-exec rm -f {} ;' cruft that used to bejoerg1999-03-215-24/+13
| | | | | used to cleanup old files, and replace it by -delete which has been present in our find(1) for ages now.
* Now that newsyslog is capable of doing this at a specific time,wollman1999-01-281-12/+3
| | | | | | | let it rotate /var/log/wtmp again, and update monthly/200.accounting to take this into account. (Some sites might want to change the parameters of the rotation; it's easier to do this when it's all centralized in newsyslog.conf.)
* UUCP Cleanup should be done by the UUCP user.billf1999-01-011-2/+2
| | | | | PR: bin/7749 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
OpenPOWER on IntegriCloud