diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-12-17 10:32:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-12-17 10:32:34 +0800 |
commit | b3b4234e461bdd7e73475f2cc6de115001b95163 (patch) | |
tree | 007c81a7f608b36f724c6499c56ec60aa6e49cf9 /sysutils/mcron/pkg-descr | |
parent | 0bf110d7348d62cc2c42a0bf97704e00d1a7f2e7 (diff) | |
download | freebsd-ports-gnome-b3b4234e461bdd7e73475f2cc6de115001b95163.tar.gz freebsd-ports-gnome-b3b4234e461bdd7e73475f2cc6de115001b95163.tar.zst freebsd-ports-gnome-b3b4234e461bdd7e73475f2cc6de115001b95163.zip |
add mcron 1.0.0
A 100% compatible replacement for Vixie cron
Diffstat (limited to 'sysutils/mcron/pkg-descr')
-rw-r--r-- | sysutils/mcron/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/mcron/pkg-descr b/sysutils/mcron/pkg-descr new file mode 100644 index 000000000000..ef46a0b18181 --- /dev/null +++ b/sysutils/mcron/pkg-descr @@ -0,0 +1,15 @@ +The mcron program represents a complete re-think of the cron concept originally +found in the Berkeley and AT&T unices, and subsequently rationalized by Paul +Vixie. The original idea was to have a daemon that wakes up every minute, scans +a set of files under a special directory, and determines from those files if +any shell commands should be executed in this minute. + +The new idea is to read the required command instructions, work out which +command needs to be executed next, and then sleep until the inferred time has +arrived. On waking the commands are run, and the time of the next command is +computed. Furthermore, the specifications are written in scheme, allowing at +the same time simple command execution instructions and very much more flexible +ones to be composed than the original Vixie format. This has several useful +advantages over the original idea. + +WWW: http://rdmp.org/mcron/ |