From owner-freebsd-current Thu May 29 00:46:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA01411 for current-outgoing; Thu, 29 May 1997 00:46:07 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA01393; Thu, 29 May 1997 00:45:08 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id RAA00018; Thu, 29 May 1997 17:26:16 +1000 Date: Thu, 29 May 1997 17:26:16 +1000 From: Bruce Evans Message-Id: <199705290726.RAA00018@godzilla.zeta.org.au> To: mark@grondar.za, wpaul@FreeBSD.ORG Subject: Re: Duplicate DES code in libc/rpc and secure/lib/des Cc: ache@nagual.pp.ru, current@FreeBSD.ORG, markm@FreeBSD.ORG Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I am disinclined to remove these bits. libdes is distributed as a complete >package by EAY, and to go after individual files for each update is a pain. > >I follow the precedent of larger packages (like gcc), where unneccessary >_directories_ are nuked if the need is enough (like for non-i386 >architectures) Many _files_ are nuked in gcc. Not doing that would have left contrib/gcc almost as bloated as contrib/gdb (where only half of 16MB of unused files has been nuked). Bruce