From owner-cvs-all Wed Dec 13 17:38: 7 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 13 17:38:04 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from shell.webmaster.com (unknown [216.152.64.152]) by hub.freebsd.org (Postfix) with ESMTP id 7B2A437B402; Wed, 13 Dec 2000 17:38:04 -0800 (PST) Received: from whenever ([216.152.68.2]) by shell.webmaster.com (Post.Office MTA v3.5.3 release 223 ID# 0-12345L500S10000V35) with SMTP id com; Wed, 13 Dec 2000 17:36:55 -0800 From: "David Schwartz" To: "Dag-Erling Smorgrav" , Subject: RE: cvs commit: src/usr.bin/fetch fetch.c Date: Wed, 13 Dec 2000 17:38:03 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <200012131126.eBDBQRW48500@freefall.freebsd.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > des 2000/12/13 03:26:27 PST > > Modified files: > usr.bin/fetch fetch.c > Log: > If the URL did not specify a scheme, try to guess it from the host name. > > Revision Changes Path > 1.24 +11 -1 src/usr.bin/fetch/fetch.c Please tell me this isn't a case where if the host is 'ftp.foo.com', we assume we're supposed to be using FTP and if it's 'www.foo.com', we assume we should be using HTTP. I really hope that's not what you're talking about. When my browser first started doing this, it bugged the hell out of me. DS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message