summaryrefslogtreecommitdiff
path: root/time/vixie-cron
AgeCommit message (Collapse)AuthorFilesLines
2011-11-02Make the crontab entry '-q' option work.sbd3-3/+20
Bump PKGREVISION.
2009-03-13Make it compile on DragonFly.hasso2-1/+26
2008-06-16Install using BSD_INSTALL_PROGRAM, root permissions are requested usingjoerg2-6/+17
SPECIAL_PERMS later.
2008-03-08Bump PKGREVISION, since my changes today (in wip) make different package.reed1-1/+2
2008-03-08Import package from pkgsrc-wip: vixie-cron.reed6-0/+83
(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).