From owner-freebsd-hackers Tue Nov 26 19:58:08 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA22922 for hackers-outgoing; Tue, 26 Nov 1996 19:58:08 -0800 (PST) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA22866 for ; Tue, 26 Nov 1996 19:57:04 -0800 (PST) Received: from misery.sdf.com ([204.244.213.33]) by misery.sdf.com with SMTP id <1344-9453>; Tue, 26 Nov 1996 19:55:44 -0800 Date: Tue, 26 Nov 1996 19:55:39 -0800 (PST) From: Tom Samplonius To: Joe Greco cc: David Kelly , hackers@FreeBSD.ORG Subject: Re: Holy Moley Batman... I love ccd. and BTW, if you need 4gb d In-Reply-To: <199611261825.MAA17332@brasil.moneng.mei.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 26 Nov 1996, Joe Greco wrote: > One thing to check is to see if you have a statically-compiled tar and > gzip. This is only important if you are chroot'ed, but it could be a > significant issue, since ls is static by default, while both tar and > gzip aren't. I used to think that too, but /usr/bin/tar and /usr/bin/gzip are both statically linked. I checked with "file" on a 2.1.5-stable system. Tom