From owner-freebsd-bugs Thu Nov 21 3:50: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 256B237B401 for ; Thu, 21 Nov 2002 03:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5AC243E9E for ; Thu, 21 Nov 2002 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gALBo3x3074575 for ; Thu, 21 Nov 2002 03:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gALBo3ek074574; Thu, 21 Nov 2002 03:50:03 -0800 (PST) Date: Thu, 21 Nov 2002 03:50:03 -0800 (PST) Message-Id: <200211211150.gALBo3ek074574@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tom Hukins Subject: Re: misc/45493: Confusing comment in /etc/crontab Reply-To: Tom Hukins Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/45493; it has been noted by GNATS. From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org, Kevin Oberman , Bruce Evans Cc: Subject: Re: misc/45493: Confusing comment in /etc/crontab Date: Thu, 21 Nov 2002 11:42:56 +0000 I'd appreciate your feedback on this patch which fixes the ambiguous adjkerntz(8) statement in /etc/crontab and generally tidies up the grammar used in comments. Thanks, Tom Index: crontab =================================================================== RCS file: /home/ncvs/src/etc/crontab,v retrieving revision 1.31 diff -u -r1.31 crontab --- crontab 19 Feb 2001 02:47:41 -0000 1.31 +++ crontab 21 Nov 2002 10:09:19 -0000 @@ -10,18 +10,17 @@ # */5 * * * * root /usr/libexec/atrun # -# save some entropy so that /dev/random can reseed on boot +# Save some entropy so that /dev/random can reseed on boot. */11 * * * * operator /usr/libexec/save-entropy # -# rotate log files every hour, if necessary +# Rotate log files every hour, if necessary. 0 * * * * root newsyslog # -# do daily/weekly/monthly maintenance +# Perform daily/weekly/monthly maintenance. 1 3 * * * root periodic daily 15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly # -# time zone change adjustment for wall cmos clock, -# does nothing, if you have UTC cmos clock. -# See adjkerntz(8) for details. +# Timezone adjustment for wall CMOS clock. Does nothing for UTC CMOS +# clock. See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message