summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-2322-181/+521
| | | | | | | 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
|
* "make install" did not install 150.clean-hoststat.ghelmer1999-11-041-0/+1
| | | | PR: bin/12497
* $Id$ -> $FreeBSD$peter1999-08-2723-23/+23
|
* 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-214-22/+11
| | | | | used to cleanup old files, and replace it by -delete which has been present in our find(1) for ages now.
* 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>
* Avoid the ``ruptime: no hosts in /var/rwho.'' message by not callingjoerg1998-10-061-2/+7
| | | | | | | | rwho iff /var/rwho is empty. Call `uptime' instead. This doesn't belong under `network' right away, but at least reports the same informaton about the local system. rwhod is not turned on by default (for good reason), and i've already seen too many of the above messages...
* Add a chkgrp run after backing up the passwd and group files.des1998-05-241-1/+7
| | | | Suggested-by: Andreas Klemm
* Changed /usr/sbin/mailq to /usr/bin/mailqdes1998-04-171-2/+2
|
* Count _all_ rejects, not made by check_mail and check_relay only.wosch1998-02-091-4/+3
| | | | | There can be private rules which produce rejects. Pointed out by: áÎÄÒÅÊ þÅÒÎÏ×
* Count hosts and sort by score.wosch1998-02-051-2/+2
|
* Replace sed(1) with perl(1). The 4.4BSD sed programm iswosch1998-02-051-6/+6
| | | | 200 times slower than perl or SunOS 5.5.1 sed.
* Remove ``start='' used when testing :-(brian1998-01-261-2/+1
|
* Just list one of each domain that was rejectedbrian1998-01-231-12/+10
| | | | | (although only by Scheck_relay or Scheck_mail). Suggested by: ache
* Add an example for busy mail servers, commented out.wosch1998-01-181-1/+7
|
* Do not run by default. Can grow your root mailbox up to 2Mb per dayache1998-01-181-1/+9
| | | | since SPAMmers like to retry often
* Check for rejected mailbrian1997-11-222-1/+13
| | | | Not commented on by: freebsd-hackers
* Fix typo in my prev. commitache1997-09-111-2/+2
|
* Do not remove /var/tmp/vi.recoverache1997-09-011-2/+2
|
* Cosmetic changes.pst1997-08-1711-16/+26
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Copy /etc/cron.d to /etc/periodic per-request of many.pst1997-08-1621-0/+319
This wasn't done with a repository copy because there was no history of any consequence. Flames to me.
OpenPOWER on IntegriCloud