Date: Thu, 14 Sep 2000 10:19:16 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab newsyslog.conf security src/etc/defaults periodic.conf src/etc/periodic/daily 100.clean-disks 110.clean-tmps 120.clean-preserve 130.clean-msgs 140.clean-rwho 150.clean-hoststat 200.backup-passwd ... Message-ID: <200009141719.KAA65800@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2000/09/14 10:19:16 PDT
Modified files:
etc crontab newsyslog.conf security
etc/defaults periodic.conf
etc/periodic/daily 100.clean-disks 110.clean-tmps
120.clean-preserve 130.clean-msgs
140.clean-rwho 150.clean-hoststat
200.backup-passwd 210.backup-aliases
220.backup-distfile 300.calendar
310.accounting 320.rdist 330.news
340.uucp 400.status-disks 410.status-uucp
420.status-network 430.status-rwho
440.status-mailq 450.status-security
460.status-mail-rejects 999.local
etc/periodic/monthly 200.accounting 999.local
etc/periodic/weekly 120.clean-kvmdb 300.uucp 310.locate
320.whatis 330.catman 340.noid
400.status-pkg 999.local
share/man/man5 periodic.conf.5
usr.sbin/periodic periodic.8 periodic.sh
Log:
Another overhaul of the periodic stuff.
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
Revision Changes Path
1.22 +4 -4 src/etc/crontab
1.27 +4 -1 src/etc/newsyslog.conf
1.42 +45 -20 src/etc/security
1.8 +32 -2 src/etc/defaults/periodic.conf
1.6 +21 -4 src/etc/periodic/daily/100.clean-disks
1.10 +20 -10 src/etc/periodic/daily/110.clean-tmps
1.6 +31 -12 src/etc/periodic/daily/120.clean-preserve
1.6 +11 -3 src/etc/periodic/daily/130.clean-msgs
1.6 +24 -4 src/etc/periodic/daily/140.clean-rwho
1.5 +24 -5 src/etc/periodic/daily/150.clean-hoststat
1.8 +25 -7 src/etc/periodic/daily/200.backup-passwd
1.6 +14 -4 src/etc/periodic/daily/210.backup-aliases
1.5 +13 -3 src/etc/periodic/daily/220.backup-distfile
1.5 +8 -7 src/etc/periodic/daily/300.calendar
1.6 +21 -12 src/etc/periodic/daily/310.accounting
1.5 +11 -3 src/etc/periodic/daily/320.rdist
1.4 +11 -3 src/etc/periodic/daily/330.news
1.6 +16 -3 src/etc/periodic/daily/340.uucp
1.5 +7 -3 src/etc/periodic/daily/400.status-disks
1.5 +16 -3 src/etc/periodic/daily/410.status-uucp
1.6 +13 -12 src/etc/periodic/daily/420.status-network
1.5 +15 -4 src/etc/periodic/daily/430.status-rwho
1.6 +20 -6 src/etc/periodic/daily/440.status-mailq
1.5 +28 -25 src/etc/periodic/daily/450.status-security
1.12 +23 -5 src/etc/periodic/daily/460.status-mail-rejects
1.4 +11 -2 src/etc/periodic/daily/999.local
1.6 +14 -8 src/etc/periodic/monthly/200.accounting
1.4 +11 -2 src/etc/periodic/monthly/999.local
1.6 +20 -4 src/etc/periodic/weekly/120.clean-kvmdb
1.5 +16 -3 src/etc/periodic/weekly/300.uucp
1.6 +17 -16 src/etc/periodic/weekly/310.locate
1.7 +30 -25 src/etc/periodic/weekly/320.whatis
1.7 +19 -7 src/etc/periodic/weekly/330.catman
1.4 +9 -3 src/etc/periodic/weekly/340.noid
1.2 +10 -2 src/etc/periodic/weekly/400.status-pkg
1.5 +11 -2 src/etc/periodic/weekly/999.local
1.11 +78 -6 src/share/man/man5/periodic.conf.5
1.13 +114 -20 src/usr.sbin/periodic/periodic.8
1.13 +50 -28 src/usr.sbin/periodic/periodic.sh
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009141719.KAA65800>
