Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2002 07:40:03 -0800 (PST)
From:      Alexey Zelkin <phantom@FreeBSD.ORG>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/34800: tcsh's complete.tcsh should be installed
Message-ID:  <200202111540.g1BFe3m09842@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR misc/34800; it has been noted by GNATS.

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
              ..
          ..

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202111540.g1BFe3m09842>