Import package from pkgsrc-wip: vixie-cron.
authorreed <reed>
Sat, 8 Mar 2008 18:38:14 +0000 (18:38 +0000)
committerreed <reed>
Sat, 8 Mar 2008 18:38:14 +0000 (18:38 +0000)
commitf915cd8f732747b138968d8be58f9d11fc8d231d
tree7e34491476350ffd42e46f78759bd3553f9578e6
parentdc3970dfe0cda0211e53246cb5b917e1d09e7900
Import package from pkgsrc-wip: vixie-cron.
(Note this has some differences from NetBSD's cron, such
as by default users can't have own crontabs unless allowed.)

Vixie Cron is a popular implementation of cron for running scheduled
commands for the system and regular users.

This is a version of 'cron' that is known to run on most systems.  It is
functionally based on the SysV cron, which means that each user can have
their own crontab file (all crontab files are stored in a read-protected
directory).

A message is logged each time a command is executed; also, the files
"allow" and "deny" can be used to control access to the "crontab" command
(which installs crontabs).
time/vixie-cron/DESCR [new file with mode: 0644]
time/vixie-cron/Makefile [new file with mode: 0644]
time/vixie-cron/PLIST [new file with mode: 0644]
time/vixie-cron/distinfo [new file with mode: 0644]
time/vixie-cron/files/cron.sh [new file with mode: 0644]
time/vixie-cron/patches/patch-aa [new file with mode: 0644]