Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 1997 07:15:44 +0100
From:      Ian Vaudrey <i.vaudrey@cableinet.co.uk>
To:        Satoshi Asami <asami@cs.berkeley.edu>, "'John Fieber'" <jfieber@indiana.edu>
Cc:        "pst@shockwave.com" <pst@shockwave.com>, "ports@FreeBSD.ORG" <ports@FreeBSD.ORG>
Subject:   RE: request to remove old tcl/tk versions
Message-ID:  <01BCB382.5B5133E0@hjklm.cableinet.co.uk>

next in thread | raw e-mail | index | archive | help
On 27 August 1997 20:29, John Fieber wrote:
> On Wed, 27 Aug 1997, Satoshi Asami wrote:
> 
> >  * This gets me thinking...  a little shell script to rip tcl out of
> > 
> > I was thinking about putting up something like this on the ports web
> > page.
> > 
> > #!/bin/sh
> > /bin/rm -rf /usr/include/tcl*
> > /bin/rm -rf /usr/lib/libtcl*
> > /bin/rm -rf /usr/libdata/tcl
> > /bin/rm -rf /usr/share/man/mann/*
> > /bin/rm -rf /usr/share/man/catn/*
> 
> /bin/rm -f /usr/bin/tclsh
> 
And, I think:

/bin/rm -f /usr/share/man/man1/tclsh.*
/bin/rm -f /usr/share/man/cat1/tclsh.*

find /usr -name 'tcl*' then gives:

/usr/share/perl/tcl.ph
/usr/share/tmac/tcl.macros
/usr/share/vi/tcl
/usr/src/contrib/nvi/include/tcl_extern.h
/usr/src/contrib/nvi/tcl_api
/usr/src/contrib/nvi/tcl_api/tcl.c
/usr/src/contrib/nvi/tcl_scripts
/usr/src/contrib/tcl
/usr/src/usr.bin/tclsh
/usr/src/tools/tools/tcl_bmake
/usr/obj/usr/src/tmp/usr/share/vi/tcl

Should any of this go away? I cvsup'ed yesterday (2.2-STABLE) and most
of the Tcl sources vanished, but I'm pretty sure that at least
/usr/src/usr.bin/tclsh should go too.


> -john
> 
> 

 - Ian




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01BCB382.5B5133E0>