From owner-cvs-all Wed Sep 13 9:17:31 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id A64A937B43C; Wed, 13 Sep 2000 09:17:21 -0700 (PDT) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id BAA16361; Thu, 14 Sep 2000 01:17:16 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id BAA86131; Thu, 14 Sep 2000 01:16:15 +0900 (JST) Date: Thu, 14 Sep 2000 01:16:15 +0900 Message-ID: <8666o0b73k.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: Will Andrews Cc: Maxim Sobolev , Yukihiro Nakai , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/sonicmail - Imported sources In-Reply-To: In your message of "Wed, 13 Sep 2000 18:00:01 +0300" <39BF9671.24BD85AB@FreeBSD.org> References: <200009131456.HAA66530@freefall.freebsd.org> <39BF9671.24BD85AB@FreeBSD.org> User-Agent: Wanderlust/2.3.0 (Roam) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE X-PGP-Comment: I changed my key on 2000-08-10 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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.. --- 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); -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message