svn commit: r226016 - stable/9/usr.bin/fetch
Dag-Erling Smorgrav
des at FreeBSD.org
Tue Oct 4 17:27:11 UTC 2011
Author: des
Date: Tue Oct 4 17:27:10 2011
New Revision: 226016
URL: http://svn.freebsd.org/changeset/base/226016
Log:
MFH r225815: document that passive mode is the default
MFH r225982: convert to UTF-8
Approved by: re (kib)
Modified:
stable/9/usr.bin/fetch/fetch.1
stable/9/usr.bin/fetch/fetch.c
Directory Properties:
stable/9/usr.bin/fetch/ (props changed)
Modified: stable/9/usr.bin/fetch/fetch.1
==============================================================================
--- stable/9/usr.bin/fetch/fetch.1 Tue Oct 4 17:26:40 2011 (r226015)
+++ stable/9/usr.bin/fetch/fetch.1 Tue Oct 4 17:27:10 2011 (r226016)
@@ -1,5 +1,5 @@
.\"-
-.\" Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav
+.\" Copyright (c) 2000-2011 Dag-Erling Smørgrav
.\" 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: stable/9/usr.bin/fetch/fetch.c
==============================================================================
--- stable/9/usr.bin/fetch/fetch.c Tue Oct 4 17:26:40 2011 (r226015)
+++ stable/9/usr.bin/fetch/fetch.c Tue Oct 4 17:27:10 2011 (r226016)
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav
+ * Copyright (c) 2000-2011 Dag-Erling Smørgrav
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
More information about the svn-src-stable-9
mailing list