From owner-freebsd-ports Wed Aug 27 16:26:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA17260 for ports-outgoing; Wed, 27 Aug 1997 16:26:45 -0700 (PDT) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA17248 for ; Wed, 27 Aug 1997 16:26:36 -0700 (PDT) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.6/8.7.3) id QAA01381; Wed, 27 Aug 1997 16:26:14 -0700 (PDT) Date: Wed, 27 Aug 1997 16:26:14 -0700 (PDT) Message-Id: <199708272326.QAA01381@vader.cs.berkeley.edu> To: jfieber@indiana.edu CC: pst@shockwave.com, ports@FreeBSD.ORG In-reply-to: (message from John Fieber on Wed, 27 Aug 1997 12:19:41 -0500 (EST)) Subject: Re: request to remove old tcl/tk versions From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * This gets me thinking... a little shell script to rip tcl out of * a 2.2 system would be handy to include with the tcl ports. Of * course, it wouldn't be run automagically.... 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/* By the way, it's not only for 2.2-stable. 3.0-current users should run something like this too, to make sure all the obsoleted files (not only 75, but earlier mess of 80 lineage) are gone. Satoshi