From owner-freebsd-security@FreeBSD.ORG Wed Aug 27 01:55:45 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 CB29116A4BF for ; Wed, 27 Aug 2003 01:55:45 -0700 (PDT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD74743FAF for ; Wed, 27 Aug 2003 01:55:44 -0700 (PDT) (envelope-from patpro@patpro.net) Received: from [82.65.131.101] (lns-p19-19-82-65-131-101.adsl.proxad.net [82.65.131.101]) by postfix4-2.free.fr (Postfix) with ESMTP id 76AB9C3B6; Wed, 27 Aug 2003 10:55:42 +0200 (CEST) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2106 Date: Wed, 27 Aug 2003 10:55:43 +0200 From: patpro To: Peter Pentchev Message-ID: In-Reply-To: <20030827083828.GI623@straylight.oblivion.bg> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit cc: freebsd-security@freebsd.org Subject: Re: weird problem with chkrootkit and checksums 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: Wed, 27 Aug 2003 08:55:45 -0000 >> ok thanx, so the "make installworld" does not only copy binaries to their >> destination ? > > 'make installworld' uses the install(1) program to copy files cleanly > (including overwriting files in use, copying files across filesystems, > preserving or modifying ownership and permissions as necessary). > For programs, 'make installworld' uses the -s flag to install(1) to > strip the debugging information, unless you have not explicitly told > it not to by setting the STRIP variable to an empty value: ok, thank you for the explanation. regards, patpro