From owner-cvs-all Sun Aug 30 00:32:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24348 for cvs-all-outgoing; Sun, 30 Aug 1998 00:32:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24317; Sun, 30 Aug 1998 00:31:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id RAA22109; Sun, 30 Aug 1998 17:30:42 +1000 Date: Sun, 30 Aug 1998 17:30:42 +1000 From: Bruce Evans Message-Id: <199808300730.RAA22109@godzilla.zeta.org.au> To: brian@Awfulhak.org, mark@grondar.za Subject: Re: cvs commit: src/lib/libtelnet Makefile Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, markm@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> I found it quite disturbing when OpenBSD did this. It's necessary to >> remove /usr/lib/*/libtelnet.so* too, otherwise derived applications >> will end up using the wrong thing. > >I'll go with that. Suggestions for automating it? Announcing it will >change very little - many CURRENT/STABLE users do not read these >announcements. `grep 'rm -f' /usr/src/lib/*/Makefile` Bruce