From owner-freebsd-questions Wed Jun 26 06:57:31 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA09679 for questions-outgoing; Wed, 26 Jun 1996 06:57:31 -0700 (PDT) Received: from net1.netview.net (netview.net [199.3.74.250]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA09674 for ; Wed, 26 Jun 1996 06:57:29 -0700 (PDT) Received: from corona (corona.netview.net [206.223.98.2]) by net1.netview.net (8.7.5/8.6.12) with SMTP id IAA10929 for ; Wed, 26 Jun 1996 08:57:17 -0500 (EST) Date: Wed, 26 Jun 1996 08:57:17 -0500 (EST) Message-Id: <2.2.32.19960626085918.0091d080@netview.net> X-Sender: jrclark@netview.net X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: John Clark Subject: system reports to root Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I used to really enjoy getting those system email reports to the root account. For some reason they have stopped coming. Would anyone have any idea why, what I did? I am not very good with cron so it is hard to say. While on this subject, should I enable this code? #find / ! -fstype local -a -prune -o \ # \( -name '[#,]*' -o -name '.#*' -o -name a.out -o -name *.core \ # -o -name '*.CKP' -o -name '.emacs_[0-9]*' \) \ # -a -atime +3 -exec rm -f -- {} \; I am not at all sure what all it wants to prune! Thanks in advance, John Clark [jrclark@netview.net]