From c9ae291b71c2a215fb885cb9a76131c47e7ab4e5 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 29 Mar 1998 20:40:20 +0000 Subject: Initial import of FreeBSD's "wu-ftpd-2.4.2-beta-16" port. --- net/wu-ftpd/pkg/COMMENT | 1 + net/wu-ftpd/pkg/DESCR | 40 ++++++++++++++++++++++++++++++++++++++++ net/wu-ftpd/pkg/PLIST | 16 ++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 net/wu-ftpd/pkg/COMMENT create mode 100644 net/wu-ftpd/pkg/DESCR create mode 100644 net/wu-ftpd/pkg/PLIST (limited to 'net/wu-ftpd/pkg') diff --git a/net/wu-ftpd/pkg/COMMENT b/net/wu-ftpd/pkg/COMMENT new file mode 100644 index 00000000000..74b0c17faab --- /dev/null +++ b/net/wu-ftpd/pkg/COMMENT @@ -0,0 +1 @@ +A replacement ftp server for Un*x systems. diff --git a/net/wu-ftpd/pkg/DESCR b/net/wu-ftpd/pkg/DESCR new file mode 100644 index 00000000000..1fbd9889541 --- /dev/null +++ b/net/wu-ftpd/pkg/DESCR @@ -0,0 +1,40 @@ +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 + +The configuration files are located in /usr/local/etc This package includes +a basic working configuration. The config files are: + + ftpaccess - controls who, what, and how many can access the server + ftpconversions - controls the on-the-fly compression/archiving + ftpusers - users who, for security reasons, may never use the server + +You will also need to change /etc/inetd.conf to point to the new server +located at /usr/local/libexec/ftpd + diff --git a/net/wu-ftpd/pkg/PLIST b/net/wu-ftpd/pkg/PLIST new file mode 100644 index 00000000000..c8462479ad9 --- /dev/null +++ b/net/wu-ftpd/pkg/PLIST @@ -0,0 +1,16 @@ +etc/ftpaccess.example +etc/ftpconversions.example +etc/ftpusers.example +libexec/ftpd +man/man1/ftpcount.1.gz +man/man1/ftpwho.1.gz +man/man5/ftpaccess.5.gz +man/man5/ftphosts.5.gz +man/man5/ftpconversions.5.gz +man/man5/xferlog.5.gz +man/man8/ftpd.8.gz +man/man8/ftpshut.8.gz +bin/ftpshut +bin/ftpcount +bin/ftpwho +bin/ftpckconfig -- cgit v1.2.3