diff options
author | ache <ache@FreeBSD.org> | 1999-03-09 20:07:13 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-03-09 20:07:13 +0800 |
commit | 60afec24969557dc0bd5418dd4030edffbc5b5a9 (patch) | |
tree | 38cdca371197009c9f42242530b2f8153075e640 /ftp/wu-ftpd | |
parent | 711c89e049b51ef7caf303c1cfc1e295313c0b70 (diff) | |
download | freebsd-ports-gnome-60afec24969557dc0bd5418dd4030edffbc5b5a9.tar.gz freebsd-ports-gnome-60afec24969557dc0bd5418dd4030edffbc5b5a9.tar.zst freebsd-ports-gnome-60afec24969557dc0bd5418dd4030edffbc5b5a9.zip |
upgrade to vr16
PR: 10505
Diffstat (limited to 'ftp/wu-ftpd')
-rw-r--r-- | ftp/wu-ftpd/Makefile | 8 | ||||
-rw-r--r-- | ftp/wu-ftpd/distinfo | 2 | ||||
-rw-r--r-- | ftp/wu-ftpd/pkg-descr | 28 |
3 files changed, 9 insertions, 29 deletions
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index add70cf90916..35183f93e070 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: wu-ftpd -# Version required: 2.4.2-beta +# Version required: 2.4.2-vr # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.21 1999/02/10 20:14:53 asami Exp $ +# $Id: Makefile,v 1.22 1999/02/21 09:40:22 flathill 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-18-vr14 -PKGNAME= wu-ftpd-2.4.2b18vr14 +DISTNAME= wu-ftpd-2.4.2-vr16 +PKGNAME= wu-ftpd-2.4.2v16 CATEGORIES= net MASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/ diff --git a/ftp/wu-ftpd/distinfo b/ftp/wu-ftpd/distinfo index dab52f4026ce..8fedc19c45bd 100644 --- a/ftp/wu-ftpd/distinfo +++ b/ftp/wu-ftpd/distinfo @@ -1 +1 @@ -MD5 (wu-ftpd-2.4.2-beta-18-vr14.tar.gz) = db4403de07667babbadbbd1ae72f0799 +MD5 (wu-ftpd-2.4.2-vr16.tar.gz) = 951932d2452eae4044c51a555549bb35 diff --git a/ftp/wu-ftpd/pkg-descr b/ftp/wu-ftpd/pkg-descr index 1fbd98895413..0c2cde97fb53 100644 --- a/ftp/wu-ftpd/pkg-descr +++ b/ftp/wu-ftpd/pkg-descr @@ -2,31 +2,12 @@ The package is linked dynamic so that you will get the right crypt 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 supporting the ftp protocol defined in RFC 959, it adds the following -features: - o logging of transfers - o logging of commands - o on the fly compression and archiving - o classification of users on type and location - o per class limits - o per directory upload permissions - o restricted guest accounts - o system wide and per directory messages. - o directory alias - o cdpath - o filename filter - - -CONFIGURATION NOTES +features: logging of transfers, logging of commands, on the fly compression +and archiving, classification of users on type and location, per class limits, +per directory upload permissions, restricted guest accounts, system wide +and per directory messages, directory alias, cdpath, filename filter. The configuration files are located in /usr/local/etc This package includes a basic working configuration. The config files are: @@ -37,4 +18,3 @@ a basic working configuration. The config files are: You will also need to change /etc/inetd.conf to point to the new server located at /usr/local/libexec/ftpd - |