diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 00:29:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 00:29:47 +0000 |
commit | 1891fd41b9c68300478bece05f50d583a543f69d (patch) | |
tree | ce98480e23455e609e5d85e01bd73ac56c03234a /sysutils/anacron/pkg-descr | |
parent | ad7eb5ea3abbc06acc32e9bd1325cb097f6c068a (diff) | |
download | ports-1891fd41b9c68300478bece05f50d583a543f69d.tar.gz ports-1891fd41b9c68300478bece05f50d583a543f69d.zip |
Notes
Diffstat (limited to 'sysutils/anacron/pkg-descr')
-rw-r--r-- | sysutils/anacron/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/anacron/pkg-descr b/sysutils/anacron/pkg-descr new file mode 100644 index 000000000000..4b68f8b2a25a --- /dev/null +++ b/sysutils/anacron/pkg-descr @@ -0,0 +1,13 @@ +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. + +Requirements + - A functioning syslog daemon. + - A functioning /usr/lib/sendmail command. (all MTAs should have that). + +WWW: http://sourceforge.net/projects/anacron |