Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 03:50:03 -0800 (PST)
From:      Tom Hukins <tom@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/45493: Confusing comment in /etc/crontab
Message-ID:  <200211211150.gALBo3ek074574@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/45493; it has been noted by GNATS.

From: Tom Hukins <tom@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org, Kevin Oberman <oberman@es.net>,
	Bruce Evans <bde@zeta.org.au>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211211150.gALBo3ek074574>