diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-01 22:17:39 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-01 22:17:39 +0000 |
commit | 346d47a6711b9625e52f264a36d9a2a4e7de0389 (patch) | |
tree | 4a8f02e7953d0d9702dbdd269ef32ebf67c9a009 /ftp | |
parent | Upgrade to 0.60 (diff) |
Add reminder about -a option required now to use ftpaccess
Fix ftpcount/ftpwho by using malloc prototype
Notes
Notes:
svn path=/head/; revision=5487
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 2 | ||||
-rw-r--r-- | ftp/wu-ftpd+ipv6/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/wu-ftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/wu-ftpd/pkg-descr | 5 |
4 files changed, 14 insertions, 0 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index ba6af0c11b7c..55eab5dd3a9f 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -5,6 +5,8 @@ # # $Id: Makefile,v 1.9 1996/12/01 01:34:11 obrien Exp $ # +# REMINDER: to use ftpaccess(5) you need to specify -a in command line, +# it is changed from previous versions DISTNAME= wu-ftpd-2.4.2-beta-12 CATEGORIES= net diff --git a/ftp/wu-ftpd+ipv6/pkg-descr b/ftp/wu-ftpd+ipv6/pkg-descr index f81dd3f20cc4..1fbd98895413 100644 --- a/ftp/wu-ftpd+ipv6/pkg-descr +++ b/ftp/wu-ftpd+ipv6/pkg-descr @@ -3,6 +3,11 @@ library. If you are serious about performance, you may want to recompile it by yourself (the port will link static by default). -Satoshi (Nov 14, 1995) + +REMINDER: to use ftpaccess(5) you need to specify -a in command line, +it is changed from previous versions. + +-Ache --- WASHINGTON UNIVERSITY FTP SERVER, RELEASE 2.4 wu-ftpd is a replacement ftp server for Un*x systems. Besides diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index ba6af0c11b7c..55eab5dd3a9f 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -5,6 +5,8 @@ # # $Id: Makefile,v 1.9 1996/12/01 01:34:11 obrien Exp $ # +# REMINDER: to use ftpaccess(5) you need to specify -a in command line, +# it is changed from previous versions DISTNAME= wu-ftpd-2.4.2-beta-12 CATEGORIES= net diff --git a/ftp/wu-ftpd/pkg-descr b/ftp/wu-ftpd/pkg-descr index f81dd3f20cc4..1fbd98895413 100644 --- a/ftp/wu-ftpd/pkg-descr +++ b/ftp/wu-ftpd/pkg-descr @@ -3,6 +3,11 @@ library. If you are serious about performance, you may want to recompile it by yourself (the port will link static by default). -Satoshi (Nov 14, 1995) + +REMINDER: to use ftpaccess(5) you need to specify -a in command line, +it is changed from previous versions. + +-Ache --- WASHINGTON UNIVERSITY FTP SERVER, RELEASE 2.4 wu-ftpd is a replacement ftp server for Un*x systems. Besides |