From owner-cvs-src@FreeBSD.ORG Fri Jun 22 10:04:07 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5E7416A469; Fri, 22 Jun 2007 10:04:07 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7F09213C480; Fri, 22 Jun 2007 10:04:07 +0000 (UTC) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5MA47JX008903; Fri, 22 Jun 2007 10:04:07 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5MA479W008899; Fri, 22 Jun 2007 10:04:07 GMT (envelope-from dwmalone) Message-Id: <200706221004.l5MA479W008899@repoman.freebsd.org> From: David Malone Date: Fri, 22 Jun 2007 10:04:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/periodic periodic.8 periodic.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 10:04:07 -0000 dwmalone 2007-06-22 10:04:06 UTC FreeBSD src repository Modified files: usr.sbin/periodic periodic.8 periodic.sh Log: Add an option to make periodic(8) quiet when no output was generated. The man page part of the patch is my fault, the changes to the periodic script is Dominik's. PR: 88486 Submitted by: Dominik Brettnacher Reviewed by: brian Approved by: re MFC after: 1 month Revision Changes Path 1.31 +5 -0 src/usr.sbin/periodic/periodic.8 1.21 +8 -5 src/usr.sbin/periodic/periodic.sh