From owner-cvs-etc Wed Oct 8 09:51:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA29555 for cvs-etc-outgoing; Wed, 8 Oct 1997 09:51:36 -0700 (PDT) (envelope-from owner-cvs-etc) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA29445; Wed, 8 Oct 1997 09:50:25 -0700 (PDT) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <54713(1)>; Wed, 8 Oct 1997 09:49:50 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177486>; Wed, 8 Oct 1997 09:49:35 -0700 To: "Jordan K. Hubbard" cc: asami@cs.berkeley.edu (Satoshi Asami), jkh@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-etc@freebsd.org Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Wed, 08 Oct 97 04:42:52 PDT." <25109.876310972@time.cdrom.com> Date: Wed, 8 Oct 1997 09:49:35 PDT From: Bill Fenner Message-Id: <97Oct8.094935pdt.177486@crevenia.parc.xerox.com> Sender: owner-cvs-etc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: >Perhaps the double slashes no longer work now given Bill's >latest changes to fetch(1)? Oh. Yeah. According to the RFC, double slashes mean 'send a "CWD " command' which is a syntax error to all FTP servers I know of. However, it probably makes more sense to make fetch just skip double slashes, since they're common and I can't imagine someone actually wanting the "CWD " behavior. Bill