diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-25 17:50:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-25 17:50:17 +0000 |
commit | 1600d50418dc0f60f362484d018bce65a8683781 (patch) | |
tree | afd007557bdc2a834226ec8f247c7aba1d47871a /www/webcopy | |
parent | 80bd9d6949785116ecabc5f05a4cdb7d4409fa73 (diff) | |
download | ports-1600d50418dc0f60f362484d018bce65a8683781.tar.gz ports-1600d50418dc0f60f362484d018bce65a8683781.zip |
Notes
Diffstat (limited to 'www/webcopy')
-rw-r--r-- | www/webcopy/files/patch-ad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/webcopy/files/patch-ad b/www/webcopy/files/patch-ad new file mode 100644 index 000000000000..37ef6472b50d --- /dev/null +++ b/www/webcopy/files/patch-ad @@ -0,0 +1,19 @@ +*** webcopy.src.orig Tue Nov 25 20:46:36 1997 +--- webcopy.src Tue Nov 25 20:48:57 1997 +*************** +*** 675,681 **** + Usage: $0 [options] http://host:port/path/file [http://proxy:port] + + Options (can be combined): +! -o output to stdout -tdelay set delay seconds + -v verbose mode -wpath set working directory + -q query transfer -xfile set default index.html + -s suppress log -zfile post 'file' or query string +--- 678,684 ---- + Usage: $0 [options] http://host:port/path/file [http://proxy:port] + + Options (can be combined): +! -o output to stdout -tdelay set delay seconds ($delay by default) + -v verbose mode -wpath set working directory + -q query transfer -xfile set default index.html + -s suppress log -zfile post 'file' or query string |