From 8b7cb6bd969c112272e99d0aa1da410b0f6402fe Mon Sep 17 00:00:00 2001 From: reed Date: Sat, 8 Mar 2008 18:38:14 +0000 Subject: 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/PLIST | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 time/vixie-cron/PLIST (limited to 'time/vixie-cron/PLIST') diff --git a/time/vixie-cron/PLIST b/time/vixie-cron/PLIST new file mode 100644 index 00000000000..dfebe23ac9b --- /dev/null +++ b/time/vixie-cron/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $ +bin/crontab +man/man1/crontab.1 +man/man5/crontab.5 +man/man8/cron.8 +sbin/cron +share/examples/rc.d/cron -- cgit v1.2.3