summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/pkg
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-03-29 20:40:20 +0000
committertron <tron@pkgsrc.org>1998-03-29 20:40:20 +0000
commit9d48f086b36887f45a4b53edbb39bcfd1e350f2a (patch)
treec1278b9c80b2b45df2338fc5b54ed2dcb6518530 /net/wu-ftpd/pkg
parente259711c482b7aeb25c7c53ae0677e193f827c8c (diff)
downloadpkgsrc-9d48f086b36887f45a4b53edbb39bcfd1e350f2a.tar.gz
Initial import of FreeBSD's "wu-ftpd-2.4.2-beta-16" port.
Diffstat (limited to 'net/wu-ftpd/pkg')
-rw-r--r--net/wu-ftpd/pkg/COMMENT1
-rw-r--r--net/wu-ftpd/pkg/DESCR40
-rw-r--r--net/wu-ftpd/pkg/PLIST16
3 files changed, 57 insertions, 0 deletions
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