From owner-freebsd-bugs Mon Feb 11 7:40:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B500F37B416 for ; Mon, 11 Feb 2002 07:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BFe3m09842; Mon, 11 Feb 2002 07:40:03 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 07:40:03 -0800 (PST) Message-Id: <200202111540.g1BFe3m09842@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexey Zelkin Subject: Re: misc/34800: tcsh's complete.tcsh should be installed Reply-To: Alexey Zelkin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/34800; it has been noted by GNATS. From: Alexey Zelkin To: Steven Grady Cc: FreeBSD-gnats-submit@FreeBSD.ORG, mp@FreeBSD.ORG Subject: Re: misc/34800: tcsh's complete.tcsh should be installed Date: Mon, 11 Feb 2002 17:36:06 +0200 hi, On Sun, Feb 10, 2002 at 11:28:27AM -0800, Steven Grady wrote: > > >Number: 34800 > >Category: misc > >Synopsis: tcsh's complete.tcsh should be installed > > >Description: > tcsh comes with a useful file, "complete.tcsh", providing > hundreds of completion commands. It should probably be > installed by default, since tcsh is now part of the base > FreeBSD distribution. (As it stands, an old version (from > 6.08) is installed /usr/compat/linux..) > > >How-To-Repeat: > "locate complete.tcsh" > >Fix: > > I suggest installing it in /usr/share/misc/complete.tcsh, > or /usr/share/examples/tcsh/complete.tcsh. Good idea! Are these patches working for you :) Index: Makefile =================================================================== RCS file: /home/cvs/freebsd/src/bin/csh/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 4 Dec 2001 01:57:39 -0000 1.25 +++ Makefile 11 Feb 2002 14:09:30 -0000 @@ -42,6 +42,9 @@ CLEANFILES= ${GENHDRS} gethost csh.1 +FILESDIR= ${SHAREDIR}/examples/tcsh +FILES= complete.tcsh csh-mode.el + csh.1: tcsh.man ln -sf ${.ALLSRC} ${.TARGET} Index: BSD.usr.dist =================================================================== RCS file: /home/cvs/freebsd/src/etc/mtree/BSD.usr.dist,v retrieving revision 1.253 diff -u -r1.253 BSD.usr.dist --- BSD.usr.dist 29 Jan 2002 01:10:31 -0000 1.253 +++ BSD.usr.dist 11 Feb 2002 14:10:49 -0000 @@ -433,6 +433,8 @@ sort .. .. + tcsh + .. worm .. .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message