From owner-cvs-etc Thu Jan 5 02:16:11 1995 Return-Path: cvs-etc-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id CAA01135 for cvs-etc-outgoing; Thu, 5 Jan 1995 02:16:11 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id CAA01116; Thu, 5 Jan 1995 02:16:00 -0800 Date: Thu, 5 Jan 1995 02:16:00 -0800 From: David Greenman Message-Id: <199501051016.CAA01116@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc daily Sender: cvs-etc-owner@FreeBSD.org Precedence: bulk davidg 95/01/05 02:15:58 Modified: etc daily Log: Removed daily rm'ing of files in /tmp, /var/tmp, and /scratch. There is no safe way to do this, and envites very unpleasant results. Removed fsck'ing of all the disks on the system as it provides output that is almost always meaningless and only envites bug reports. Reviewed by: Jordan Hubbard