Date: Sun, 24 Mar 2002 01:33:50 +0200 From: Giorgos Keramidas <keramida@freebsd.org> To: audit@freebsd.org Subject: cron manpage (modtime -> modification time) Message-ID: <20020323233350.GA96606@hades.hell.gr>
next in thread | raw e-mail | index | archive | help
How about this? Index: cron/cron.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/cron/cron/cron.8,v retrieving revision 1.18 diff -2 -u -r1.18 cron.8 --- cron/cron.8 16 Jan 2002 14:12:02 -0000 1.18 +++ cron/cron.8 11 Mar 2002 21:47:52 -0000 @@ -59,15 +59,15 @@ Additionally, .Nm -checks each minute to see if its spool directory's modtime (or the modtime +checks each minute to see if its spool directory's modification time (or the modification time on .Pa /etc/crontab ) has changed, and if it has, .Nm -will then examine the modtime on all crontabs and reload those which have +will then examine the modification time on all crontabs and reload those which have changed. Thus .Nm need not be restarted whenever a crontab file is modified. Note that the .Xr crontab 1 -command updates the modtime of the spool directory whenever it changes a +command updates the modification time of the spool directory whenever it changes a crontab. .Pp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020323233350.GA96606>