From owner-cvs-all Fri Jul 19 23:20: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F86E37B400; Fri, 19 Jul 2002 23:20:02 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7A643E5E; Fri, 19 Jul 2002 23:20:01 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id QAA04684; Sat, 20 Jul 2002 16:19:58 +1000 Date: Sat, 20 Jul 2002 16:23:56 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> X-X-Sender: bde@gamplex.bde.org To: Gordon Tetlow <gordon@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/etc/rc.d serial In-Reply-To: <200207200431.g6K4VYvL019530@freefall.freebsd.org> Message-ID: <20020720161845.L15741-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG On Fri, 19 Jul 2002, Gordon Tetlow wrote: > gordon 2002/07/19 21:31:33 PDT > > Modified files: > etc/rc.d serial > Log: > Whitespace cleanup and minor nits to make it conform more to the syntax > of src/etc/rc.serial. > > Requested by: bde > Submitted by: Mike Makonnen Thanks. The non-whitespace nits are mainly "() {" instead of "()\n{" for function definitions. The latter still seems to be the normal style in parts of /etc, including in /etc/rc itself. I don't mind changing this, but think it should be changed in the old rc first. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message