From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 08:41:49 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 0389D37B401 for ; Tue, 8 Jul 2003 08:41:49 -0700 (PDT) Received: from thunderbird.etv.net (thunderbird.etv.net [208.14.190.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6253143F93 for ; Tue, 8 Jul 2003 08:41:48 -0700 (PDT) (envelope-from efinleywork@efinley.com) Received: from [208.14.190.180] (helo=elliotdevelop) by thunderbird.etv.net with smtp (Exim 4.20) id 19ZubE-00069f-2l; Tue, 08 Jul 2003 09:41:48 -0600 Message-ID: <09a901c34567$72036900$b4be0ed0@elliotdevelop> From: "Elliot Finley" To: "Dan Nelson" References: <087c01c34560$7ed08e80$b4be0ed0@elliotdevelop> <20030708153145.GL87950@dan.emsphone.com> Date: Tue, 8 Jul 2003 09:41:45 -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 cc: freebsd-questions@freebsd.org Subject: Re: 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 15:41:49 -0000 Yeah, I tried that... Now I just get a blank email from cron. :) Anyone know how to make cron not send an email when there's no output? Elliot ----- Original Message ----- From: "Dan Nelson" To: "Elliot Finley" Cc: Sent: Tuesday, July 08, 2003 9:31 AM Subject: Re: No output from periodic > In the last episode (Jul 08), Elliot Finley said: > > 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? > > Commenting out that line in /usr/sbin/periodic seems to be the way to > go. > > -- > Dan Nelson > dnelson@allantgroup.com