From grady@adsl-209-233-28-31.dsl.snfc21.pacbell.net  Sun Feb 10 11:24:27 2002
Return-Path: <grady@adsl-209-233-28-31.dsl.snfc21.pacbell.net>
Received: from adsl-209-233-28-31.dsl.snfc21.pacbell.net (adsl-209-233-28-31.dsl.snfc21.pacbell.net [209.233.28.31])
	by hub.freebsd.org (Postfix) with ESMTP id 5E01C37B416
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Feb 2002 11:24:27 -0800 (PST)
Received: (from grady@localhost)
	by adsl-209-233-28-31.dsl.snfc21.pacbell.net (8.11.3/8.11.3) id g1AJSRH24248;
	Sun, 10 Feb 2002 11:28:27 -0800 (PST)
	(envelope-from grady)
Message-Id: <200202101928.g1AJSRH24248@adsl-209-233-28-31.dsl.snfc21.pacbell.net>
Date: Sun, 10 Feb 2002 11:28:27 -0800 (PST)
From: Steven Grady <grady@adsl-209-233-28-31.dsl.snfc21.pacbell.net>
Reply-To: grady@adsl-209-233-28-31.dsl.snfc21.pacbell.net
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: tcsh's complete.tcsh should be installed
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         34800
>Category:       misc
>Synopsis:       tcsh's complete.tcsh should be installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 11:30:05 PST 2002
>Closed-Date:    Mon Feb 11 20:51:26 PST 2002
>Last-Modified:  Mon Feb 11 20:53:20 PST 2002
>Originator:     Steven Grady
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD adsl-209-233-28-31.dsl.snfc21.pacbell.net 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Sep 18 16:58:48 PDT 2001 grady@adsl-209-233-28-31.dsl.snfc21.pacbell.net:/usr/src/sys/compile/SEMPRINI i386


>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.
>Release-Note:
>Audit-Trail:

From: Alexey Zelkin <phantom@FreeBSD.ORG>
To: Steven Grady <grady@adsl-209-233-28-31.dsl.snfc21.pacbell.net>
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
              ..
          ..
State-Changed-From-To: open->closed 
State-Changed-By: mp 
State-Changed-When: Mon Feb 11 20:51:26 PST 2002 
State-Changed-Why:  
Patch from Alexey has been committed. Thanks for the bug report. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34800 
>Unformatted:
