From owner-cvs-all Sun Oct 1 8:32:51 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 594C137B503; Sun, 1 Oct 2000 08:32:45 -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 AAA24591; Mon, 2 Oct 2000 00:32:34 +0900 (JST) Received: by daemon.local.idaemons.org (8.11.0/3.7W) id e91FW2I92507; Mon, 2 Oct 2000 00:32:03 +0900 (JST) Date: Mon, 02 Oct 2000 00:32:02 +0900 Message-ID: <86em20tw5p.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: alex@big.endian.de Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules In-Reply-To: In your message of "Sun, 1 Oct 2000 17:12:20 +0200" <20001001171220.A9765@cichlids.cichlids.com> References: <200010011502.IAA84380@freefall.freebsd.org> <86g0mgtx8h.wl@archon.local.idaemons.org> <20001001171220.A9765@cichlids.cichlids.com> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) 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 At Sun, 1 Oct 2000 17:12:20 +0200, Alex wrote: > Thus spake Akinori -Aki- MUSHA (knu@idaemons.org): > > > Will, what do you think was wrong? > > the script is doing garbage. Several have reported this, too. Bah, so you guys left it unfixed? ;( I took a look into addport and found the problem in half a minute.. Try this: Index: addport =================================================================== RCS file: /home/ncvs/ports/Tools/scripts/addport,v retrieving revision 1.8 diff -u -r1.8 addport --- addport 2000/08/19 08:08:47 1.8 +++ addport 2000/10/01 15:29:16 @@ -240,6 +240,7 @@ print "$msg"; my $reply = <>; + chomp $reply; return $reply; } -- / /__ __ / ) ) ) ) / 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