From owner-freebsd-questions Thu Jan 29 20:12:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA04791 for questions-outgoing; Thu, 29 Jan 1998 20:12:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from stcgate.statcan.ca (stcgate.statcan.ca [142.206.192.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA04709 for ; Thu, 29 Jan 1998 20:12:20 -0800 (PST) (envelope-from jeays@statcan.ca) Received: (from root@localhost) by stcgate.statcan.ca (8.6.11/8.6.9) id XAA23841 for ; Thu, 29 Jan 1998 23:15:38 -0500 Received: from stcinet.statcan.ca(142.206.128.146) by stcgate via smap (V1.3) id sma023832; Fri Jan 30 04:14:39 1998 Received: from statcan.ca by statcan.ca (SMI-8.6/SMI-SVR4) id XAA13002; Thu, 29 Jan 1998 23:13:18 -0500 Date: Thu, 29 Jan 1998 23:10:18 -0500 (EST) From: Mike Jeays X-Sender: jeays@austral To: freebsd-questions@FreeBSD.ORG Subject: Automatic tarballs from ftp.freebsd.org? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" The handbook says that the FreeBSD server will automatically tar and gzip a directory, but I can only get it to work without the gzip step: ie: cd pub/FreeBSD/FreeBSD-stable/src get sys.tar ------ works OK, sends me a tar file for sys/ get sys.tar.gz ------ does not work Have I missed something, or is the handbook wrong?