From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 07:52:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EBA437B401 for ; Tue, 8 Jul 2003 07:52:04 -0700 (PDT) Received: from thunderbird.etv.net (thunderbird.etv.net [208.14.190.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C57F443F3F for ; Tue, 8 Jul 2003 07:52:03 -0700 (PDT) (envelope-from elliot@etv.net) Received: from [208.14.190.180] (helo=elliotdevelop) by thunderbird.etv.net with smtp (Exim 4.20) id 19Ztp5-0002Ly-4D for freebsd-questions@freebsd.org; Tue, 08 Jul 2003 08:52:03 -0600 Message-ID: <087c01c34560$7ed08e80$b4be0ed0@elliotdevelop> From: "Elliot Finley" To: Date: Tue, 8 Jul 2003 08:52:03 -0600 Organization: Emery Telcom MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: No output from periodic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Elliot Finley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 14:52:04 -0000 I have a periodic that runs every 15 minutes. I have 5 scripts in the directory that it processes. Most of the time, the 5 scripts don't have to do anything, and thus don't have any output. When that happens, periodic outputs 'No output from the 5 files processed'. Is there a way to make periodic not output anything so that I don't get an email from cron every 15 minutes? TIA Elliot