From owner-cvs-all Thu Jun 22 18:18:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE78F37B51A; Thu, 22 Jun 2000 18:18:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA04530; Thu, 22 Jun 2000 18:18:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200006230118.SAA04530@freefall.freebsd.org> From: Brian Somers Date: Thu, 22 Jun 2000 18:18:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile src/etc/defaults periodic.conf rc.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 210.backup-aliases ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/06/22 18:18:31 PDT Modified files: etc Makefile etc/defaults rc.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 999.local share/man/man5 Makefile rc.conf.5 usr.sbin/periodic periodic.8 periodic.sh Added files: etc/defaults periodic.conf share/man/man5 periodic.conf.5 Log: Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf. 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 Revision Changes Path 1.224 +4 -1 src/etc/Makefile 1.67 +1 -11 src/etc/defaults/rc.conf 1.4 +32 -6 src/etc/periodic/daily/100.clean-disks 1.9 +14 -17 src/etc/periodic/daily/110.clean-tmps 1.5 +29 -6 src/etc/periodic/daily/120.clean-preserve 1.4 +21 -6 src/etc/periodic/daily/130.clean-msgs 1.5 +27 -6 src/etc/periodic/daily/140.clean-rwho 1.4 +29 -6 src/etc/periodic/daily/150.clean-hoststat 1.7 +54 -36 src/etc/periodic/daily/200.backup-passwd 1.4 +31 -16 src/etc/periodic/daily/210.backup-aliases 1.4 +24 -10 src/etc/periodic/daily/220.backup-distfile 1.4 +17 -7 src/etc/periodic/daily/300.calendar 1.4 +23 -11 src/etc/periodic/daily/310.accounting 1.4 +18 -6 src/etc/periodic/daily/320.rdist 1.3 +18 -3 src/etc/periodic/daily/330.news 1.5 +17 -5 src/etc/periodic/daily/340.uucp 1.3 +18 -7 src/etc/periodic/daily/400.status-disks 1.4 +18 -6 src/etc/periodic/daily/410.status-uucp 1.4 +23 -6 src/etc/periodic/daily/420.status-network 1.4 +21 -9 src/etc/periodic/daily/430.status-rwho 1.5 +28 -11 src/etc/periodic/daily/440.status-mailq 1.4 +37 -7 src/etc/periodic/daily/450.status-security 1.9 +22 -10 src/etc/periodic/daily/460.status-mail-rejects 1.3 +21 -5 src/etc/periodic/daily/999.local 1.5 +20 -7 src/etc/periodic/monthly/200.accounting 1.3 +21 -5 src/etc/periodic/monthly/999.local 1.5 +27 -9 src/etc/periodic/weekly/120.clean-kvmdb 1.4 +18 -6 src/etc/periodic/weekly/300.uucp 1.5 +24 -10 src/etc/periodic/weekly/310.locate 1.6 +37 -21 src/etc/periodic/weekly/320.whatis 1.6 +38 -26 src/etc/periodic/weekly/330.catman 1.3 +16 -9 src/etc/periodic/weekly/340.noid 1.4 +21 -6 src/etc/periodic/weekly/999.local 1.29 +4 -3 src/share/man/man5/Makefile 1.73 +1 -28 src/share/man/man5/rc.conf.5 1.12 +9 -6 src/usr.sbin/periodic/periodic.8 1.12 +4 -6 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message