From owner-cvs-all@FreeBSD.ORG Mon Feb 26 15:49:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAF5616A402; Mon, 26 Feb 2007 15:49:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CC9E113C441; Mon, 26 Feb 2007 15:49:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1QFntCI010044; Mon, 26 Feb 2007 15:49:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1QFntLZ010043; Mon, 26 Feb 2007 15:49:55 GMT (envelope-from miwi) Message-Id: <200702261549.l1QFntLZ010043@repoman.freebsd.org> From: Martin Wilke Date: Mon, 26 Feb 2007 15:49:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/comiccron Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2007 15:49:56 -0000 miwi 2007-02-26 15:49:55 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/comiccron Makefile distinfo pkg-descr Log: This will act on any cronfile it is pointed at. For it to run the command, the last or next time it will be will have to be within a minute and 15 seconds. For most usages, you will want to have the hour and minute set to *. This allows a user to do something how ever many times they want any time during the period it is active. After running through every entry in the crontab, it then exits. Why not cron? You can have cron open opera or the like on a specific display by either switch or enviromental options, but it will always open it. This allows you to open it any time along the point it is active. PR: ports/109120 Submitted by: Zane C. Bowers Revision Changes Path 1.895 +1 -0 ports/sysutils/Makefile 1.1 +47 -0 ports/sysutils/comiccron/Makefile (new) 1.1 +3 -0 ports/sysutils/comiccron/distinfo (new) 1.1 +13 -0 ports/sysutils/comiccron/pkg-descr (new)