From owner-cvs-all Sat Sep 16 14:59:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D57137B422; Sat, 16 Sep 2000 14:59:35 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA32127; Sat, 16 Sep 2000 14:59:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009162159.OAA32127@freefall.freebsd.org> From: Brian Somers Date: Sat, 16 Sep 2000 14:59:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/periodic periodic.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/16 14:59:35 PDT Modified files: usr.sbin/periodic periodic.sh Log: Fix situations where none of the scripts executed produce output, so that we don't see any more ``null message body, hope that's ok'' messages. We now see something like ``No output from the 3 files processed''. Lump all output for a given periodic argument together so that people with /usr/local/etc/periodic/daily (for example) will get the output of those jobs together with the normal daily run rather than getting a second email. Prompted by: ben Revision Changes Path 1.14 +55 -44 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message