Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-11 | Remove example rc.d scripts from PLISTs. | jperkin | 1 | -2/+1 | |
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise. | |||||
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2011-11-02 | Make the crontab entry '-q' option work. | sbd | 3 | -3/+20 | |
Bump PKGREVISION. | |||||
2009-03-13 | Make it compile on DragonFly. | hasso | 2 | -1/+26 | |
2008-06-16 | Install using BSD_INSTALL_PROGRAM, root permissions are requested using | joerg | 2 | -6/+17 | |
SPECIAL_PERMS later. | |||||
2008-03-08 | Bump PKGREVISION, since my changes today (in wip) make different package. | reed | 1 | -1/+2 | |
2008-03-08 | Import package from pkgsrc-wip: vixie-cron. | reed | 6 | -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). |