From owner-cvs-all Thu Nov 30 23:37:18 2000 Delivered-To: cvs-all@freebsd.org Received: from piano.mahoroba.org (to2-093.netspace.or.jp [202.210.89.93]) by hub.freebsd.org (Postfix) with ESMTP id CC54837B400; Thu, 30 Nov 2000 23:37:12 -0800 (PST) Received: from localhost (IDENT:ZHtmrLGTBNi6U++IqBbuc4SfBUyfJ5E/Won4tJYwlrj+VvLsov4Dom8P4N1Hut3n@localhost [::1]) by piano.mahoroba.org (8.11.1/8.11.1/piano) with ESMTP id eB17b7w78977; Fri, 1 Dec 2000 16:37:08 +0900 (JST) (envelope-from ume@FreeBSD.org) To: ache@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/csh host.defs Makefile tc.defs.c src/bin/csh/nls Makefile src/bin/csh/nls/ukrainian Makefile In-Reply-To: <200011302138.eAULcb588177@freefall.freebsd.org> References: <200011302138.eAULcb588177@freefall.freebsd.org> X-Mailer: xcite1.20> Mew version 1.94.2 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 4.2-RELEASE Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001201163704V.ume@FreeBSD.org> Date: Fri, 01 Dec 2000 16:37:04 +0900 From: Hajimu UMEMOTO X-Dispatcher: imput version 20000414(IM141) Lines: 40 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Thu, 30 Nov 2000 13:38:37 -0800 (PST) >>>>> "Andrey A. Chernov" said: ache> ache 2000/11/30 13:38:37 PST ache> Modified files: ache> bin/csh Makefile ache> bin/csh/nls Makefile ache> Added files: ache> bin/csh host.defs ache> bin/csh/nls/ukrainian Makefile ache> Removed files: ache> bin/csh tc.defs.c ache> Log: ache> Upgrade to 6.10 This version of tcsh is pretty IPv6 friendly around REMOTE_HOST. Please enable it with applying following patch: Index: bin/csh/Makefile =================================================================== RCS file: /home/ncvs/src/bin/csh/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- bin/csh/Makefile 2000/11/30 21:38:32 1.21 +++ bin/csh/Makefile 2000/12/01 07:31:40 @@ -11,7 +11,7 @@ PROG= csh SUBDIR= nls -DFLAGS= -D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"' +DFLAGS= -D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"' -DINET6 CFLAGS+= -I${TCSHDIR} -I${.CURDIR} -I. ${DFLAGS} SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \ sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \ -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message