diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-04 08:29:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-04 08:29:47 +0800 |
commit | e6c6f7edf66f7c78317d58e4e86cdb6354720aea (patch) | |
tree | 41a910baa6544858cd72fe0c1ab504bef79c151b /sysutils/Makefile | |
parent | b72c0a742e149e26d24fe302e3ab2c5f2521d7c5 (diff) | |
download | freebsd-ports-gnome-e6c6f7edf66f7c78317d58e4e86cdb6354720aea.tar.gz freebsd-ports-gnome-e6c6f7edf66f7c78317d58e4e86cdb6354720aea.tar.zst freebsd-ports-gnome-e6c6f7edf66f7c78317d58e4e86cdb6354720aea.zip |
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>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9ee732452630..0b7abc1ea24b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -11,6 +11,7 @@ SUBDIR += afbinit SUBDIR += afio SUBDIR += ah-tty + SUBDIR += anacron SUBDIR += and SUBDIR += anteater SUBDIR += apachetop |