diff options
author | martti <martti> | 2002-08-22 11:24:06 +0000 |
---|---|---|
committer | martti <martti> | 2002-08-22 11:24:06 +0000 |
commit | 62f3b57f6435cb6673383bcfde568d0b9804d9a4 (patch) | |
tree | 814230f18f31e6648971325554e5cdc200cde1c2 /net/vsftpd/PLIST | |
parent | dc0d91e2a4365f4ac26b1126d09e487e6aff4178 (diff) | |
download | pkgsrc-62f3b57f6435cb6673383bcfde568d0b9804d9a4.tar.gz |
Updated vsftpd to 1.0.1
- Fix potential leak in PAM handling code.
- Fix build in the non-PAM case
- Include filename and size in bytes in the "here comes the data" 150 message.
- Change link flags from "-s" to "-Wl,-s"
- Tidy up vsf_findlibs.sh
- Work with NFS mounted home dirs and root_squash
- Add FAQ.
- Improve "make install".
- Fix Solaris build (nanosleep is in a separate library, typical).
- Fix REST + STOR combination
- Make our 150 response code match wu-ftpd - allows broken "ange-ftp" of
emacs to do a percentage complete indicator.
- Add anon_root and local_root
Diffstat (limited to 'net/vsftpd/PLIST')
-rw-r--r-- | net/vsftpd/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/vsftpd/PLIST b/net/vsftpd/PLIST index fa1880df669..bf0e2cf255c 100644 --- a/net/vsftpd/PLIST +++ b/net/vsftpd/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:44 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/08/22 11:24:06 martti Exp $ libexec/vsftpd man/man5/vsftpd.conf.5 man/man8/vsftpd.8 +share/doc/vsftpd/FAQ share/doc/vsftpd/INSTALL share/doc/vsftpd/README +share/doc/vsftpd/TUNING share/examples/vsftpd/vsftpd.conf @dirrm share/doc/vsftpd @dirrm share/examples/vsftpd |