From owner-cvs-all Wed Sep 13 9:23:31 2000 Delivered-To: cvs-all@freebsd.org Received: from radon.gryphonsoft.com (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 0C3CC37B42C; Wed, 13 Sep 2000 09:23:27 -0700 (PDT) Received: by radon.gryphonsoft.com (Postfix, from userid 1000) id 87B531AC8; Wed, 13 Sep 2000 11:20:39 -0500 (EST) Date: Wed, 13 Sep 2000 11:20:39 -0500 From: Will Andrews To: Akinori -Aki- MUSHA Cc: Will Andrews , Maxim Sobolev , Yukihiro Nakai , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/sonicmail - Imported sources Message-ID: <20000913112039.A11227@radon.gryphonsoft.com> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Akinori -Aki- MUSHA , Will Andrews , Maxim Sobolev , Yukihiro Nakai , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200009131456.HAA66530@freefall.freebsd.org> <39BF9671.24BD85AB@FreeBSD.org> <8666o0b73k.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <8666o0b73k.wl@archon.local.idaemons.org>; from knu@idaemons.org on Thu, Sep 14, 2000 at 01:16:15AM +0900 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 14, 2000 at 01:16:15AM +0900, Akinori -Aki- MUSHA wrote: > Will, please (ask the person in charge to) apply the following patch > to freefall:/usr/local/bin/modulesupdate, to stop whitespace bloat in > CVSROOT/modules. > > I've once told you about this, however it doesn't seem fixed yet.. Yeah, I planned to fix this myself, but now that you have done this.. I'll edit modulesupdate myself and fix it. :) > --- modulesupdate.orig Fri Aug 18 17:45:24 2000 > +++ modulesupdate Thu Sep 14 01:11:02 2000 > @@ -93,7 +93,8 @@ > > print "Inserting new module...\n"; > open(ED, "|ed modules/modules") || die "Cannot start ed\n"; > -print ED "$cmd$modulename " . ' ' x (15 - length($modulename)) . > +$len = length($modulename); > +print ED "$cmd$modulename" . "\t" x ($len < 8 ? 2 : 1) . > "$modulepath\n.\nw\nq\n"; > close(ED); Thanks much! This should do the job. I'll clean up CVSROOT/modules after applying this patch. -- Will Andrews GCS/E/S @d- s+:+ a--- C++ UB++++$ P+ L- E--- W+ N-- !o ?K w--- O- M+ V- PS+ PE++ Y+ PGP+>+++ t++ 5 X+ R+ tv+ b++ DI+++ D+ G++ e>++++ h! r- y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message