From owner-svn-src-head@FreeBSD.ORG Tue Sep 27 23:11:04 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 3A106106566B; Tue, 27 Sep 2011 23:11:04 +0000 (UTC) Date: Tue, 27 Sep 2011 23:11:04 +0000 From: Alexander Best To: Dag-Erling Smorgrav Message-ID: <20110927231104.GA13143@freebsd.org> References: <201109271902.p8RJ2isK037034@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201109271902.p8RJ2isK037034@svn.freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r225815 - head/usr.bin/fetch X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 23:11:04 -0000 On Tue Sep 27 11, Dag-Erling Smorgrav wrote: > Author: des > Date: Tue Sep 27 19:02:44 2011 > New Revision: 225815 > URL: http://svn.freebsd.org/changeset/base/225815 > > Log: > Document the fact that passive mode is now the default. > Update copyright dates and strip my middle name. > > Modified: > head/usr.bin/fetch/fetch.1 > head/usr.bin/fetch/fetch.c > > Modified: head/usr.bin/fetch/fetch.1 > ============================================================================== > --- head/usr.bin/fetch/fetch.1 Tue Sep 27 18:57:26 2011 (r225814) > +++ head/usr.bin/fetch/fetch.1 Tue Sep 27 19:02:44 2011 (r225815) > @@ -1,5 +1,5 @@ > .\"- > -.\" Copyright (c) 2000-2004 Dag-Erling Co?dan Sm?rgrav > +.\" Copyright (c) 2000-2011 Dag-Erling Sm?rgrav your name isn't being displayed correctly here. > .\" All rights reserved. > .\" Portions Copyright (c) 1999 Massachusetts Institute of Technology; used > .\" by permission. > @@ -29,7 +29,7 @@ > .\" > .\" $FreeBSD$ > .\" > -.Dd December 14, 2008 > +.Dd September 27, 2011 > .Dt FETCH 1 > .Os > .Sh NAME > @@ -165,11 +165,13 @@ directory, with name(s) selected as in t > .It Fl P > .It Fl p > Use passive FTP. > -This is useful if you are behind a firewall which blocks incoming > -connections. > -Try this flag if > -.Nm > -seems to hang when retrieving FTP URLs. > +These flags have no effect, since passive FTP is the default, but are > +provided for compatibility with earlier versions where active FTP was > +the default. > +To force active mode, set the > +.Ev FTP_PASSIVE_MODE > +environment variable to > +.Ql NO . > .It Fl q > Quiet mode. > .It Fl R > > Modified: head/usr.bin/fetch/fetch.c > ============================================================================== > --- head/usr.bin/fetch/fetch.c Tue Sep 27 18:57:26 2011 (r225814) > +++ head/usr.bin/fetch/fetch.c Tue Sep 27 19:02:44 2011 (r225815) > @@ -1,5 +1,5 @@ > /*- > - * Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav > + * Copyright (c) 2000-2011 Dag-Erling Smørgrav here your name gets displayed correctly. > * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without the output of `locale` on my local machine is: LANG=en_GB.ISO8859-15 LC_CTYPE=de_DE.ISO8859-15 LC_COLLATE="en_GB.ISO8859-15" LC_TIME=de_DE.ISO8859-15 LC_NUMERIC=de_DE.ISO8859-15 LC_MONETARY=de_DE.ISO8859-15 LC_MESSAGES="en_GB.ISO8859-15" LC_ALL= cheers. alex