Date: Fri, 3 Oct 2003 17:29:47 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/anacron Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/anacron/files patch-aa Message-ID: <200310040029.h940TlmF029212@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/10/03 17:29:47 PDT FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/anacron Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/anacron/files patch-aa Log: New port: anacron Anacron is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. Anacron is not an attempt to make cron redundant. PR: ports/55959 Submitted by: Derik van Zuetphen <dz@426.ch> Revision Changes Path 1.428 +1 -0 ports/sysutils/Makefile 1.1 +25 -0 ports/sysutils/anacron/Makefile (new) 1.1 +1 -0 ports/sysutils/anacron/distinfo (new) 1.1 +275 -0 ports/sysutils/anacron/files/patch-aa (new) 1.1 +13 -0 ports/sysutils/anacron/pkg-descr (new) 1.1 +8 -0 ports/sysutils/anacron/pkg-message (new) 1.1 +2 -0 ports/sysutils/anacron/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310040029.h940TlmF029212>