From owner-freebsd-security@FreeBSD.ORG Thu Aug 7 00:40:38 2003 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF1D537B401 for ; Thu, 7 Aug 2003 00:40:38 -0700 (PDT) Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by mx1.FreeBSD.org (Postfix) with SMTP id 0145343FBD for ; Thu, 7 Aug 2003 00:40:37 -0700 (PDT) (envelope-from paulius@kaktusas.org) Received: (qmail 91019 invoked by uid 1000); 7 Aug 2003 07:40:35 -0000 Date: Thu, 7 Aug 2003 10:40:35 +0300 From: Paulius Bulotas To: freebsd-security@freebsd.org Message-ID: <20030807074035.GA90819@kaktusas.org> Mail-Followup-To: freebsd-security@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-URL: http://www.kaktusas.org/ Subject: Re: statically compiled files left over after a 'make world' X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 07:40:39 -0000 Hello, what about make variable INSTALL in /etc/make.conf: #INSTALL=install -C IMO, if you have it uncommented, then it's possible, that you will get more unchanged files after installworld and delete some useful files. Of course, -C is not the default and I doubt anyone needs it (or someone explain why ;) Regards, Paulius