Author: brueffer Date: Fri May 14 01:25:30 2010 New Revision: 208054 URL: http://svn.freebsd.org/changeset/base/208054
Log: List /var/cron/tabs in FILES and add descriptions for the other entries. PR: 145912 Submitted by: Julian H. Stacey <[email protected]> Obtained from: OpenBSD MFC after: 1 week Modified: head/usr.sbin/cron/crontab/crontab.1 Modified: head/usr.sbin/cron/crontab/crontab.1 ============================================================================== --- head/usr.sbin/cron/crontab/crontab.1 Fri May 14 01:10:20 2010 (r208053) +++ head/usr.sbin/cron/crontab/crontab.1 Fri May 14 01:25:30 2010 (r208054) @@ -17,7 +17,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 29, 1993 +.Dd May 13, 2010 .Dt CRONTAB 1 .Os .Sh NAME @@ -114,7 +114,11 @@ from the editor, the modified crontab wi .Sh FILES .Bl -tag -width /var/cron/allow -compact .It Pa /var/cron/allow +List of users allowed to use crontab .It Pa /var/cron/deny +List of users prohibited from using crontab +.It Pa /var/cron/tabs +Directory for personal crontab files .El .Sh DIAGNOSTICS A fairly informative usage message appears if you run it with a bad command _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
