From owner-freebsd-bugs Sun Jan 21 13: 3:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C2F137B401; Sun, 21 Jan 2001 13:03:31 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LL3UJ05692; Sun, 21 Jan 2001 13:03:30 -0800 (PST) (envelope-from dougb) Date: Sun, 21 Jan 2001 13:03:30 -0800 (PST) From: Message-Id: <200101212103.f0LL3UJ05692@freefall.freebsd.org> To: Gerhard.Sittig@gmx.net, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org, dougb@FreeBSD.org Subject: Re: conf/24358: [MFC] [PATCH] etc/rc variables for cron(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: [PATCH] etc/rc variables for cron(8) New Synopsis: [MFC] [PATCH] etc/rc variables for cron(8) State-Changed-From-To: open->analyzed State-Changed-By: dougb State-Changed-When: Sun Jan 21 12:59:04 PST 2001 State-Changed-Why: This idea has been committed to -current, I'll commit it to RELENG_4 after a suitable period. I made a couple chagnes, most notably specifying the full path to cron which I am working on making an rc convention slowly but surely. The other change is a whitespace style issue. Whenever you place a comment on the same line as working text you want to do: foo="bar"# Text Repeat the tabs as needed, but the reason you put a space there is to "absorb" a # character at the beginning of the line without breaking up the text alignment. This is a small point, and often missed. Responsible-Changed-From-To: freebsd-bugs->dougb Responsible-Changed-By: dougb Responsible-Changed-When: Sun Jan 21 12:59:04 PST 2001 Responsible-Changed-Why: I'll handle the MFC. http://www.freebsd.org/cgi/query-pr.cgi?pr=24358 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message