update to 2.0.3 from maintainer.

This commit is contained in:
couderc 2005-04-07 18:59:46 +00:00
parent 299086ef4e
commit 006a2cd2f9
3 changed files with 14 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2005/03/13 20:40:38 couderc Exp $
# $OpenBSD: Makefile,v 1.12 2005/04/07 18:59:46 couderc Exp $
COMMENT= "Ftp daemon which aims to be secure"
VERSION= 2.0.2
VERSION= 2.0.3
DISTNAME= vsftpd-${VERSION}
CATEGORIES= net

View File

@ -1,4 +1,4 @@
MD5 (vsftpd-2.0.2.tar.gz) = 470ebbdfd5f67677eb4d2fcec80d0ed4
RMD160 (vsftpd-2.0.2.tar.gz) = 6765eb5ad0f0b2c444f32974717383dd444b36ab
SHA1 (vsftpd-2.0.2.tar.gz) = 609ba78dfd0b0829e574375946130d7c8ca0c4a7
SIZE (vsftpd-2.0.2.tar.gz) = 151178
MD5 (vsftpd-2.0.3.tar.gz) = 74936cbd8e8251deb1cd99c5fb18b6f8
RMD160 (vsftpd-2.0.3.tar.gz) = 78b6d73a04e17a2ef11ee0bbb925fe60af41f036
SHA1 (vsftpd-2.0.3.tar.gz) = ac29192b3be7148f84b7bd5b240cc1c10ba3720e
SIZE (vsftpd-2.0.3.tar.gz) = 153266

View File

@ -1,14 +1,14 @@
You can run vsftpd in standalone mode :
You can run vsftpd in standalone mode:
$ sudo vsftpd &
or through inetd, you have to change listen=YES to listen=NO in
vsftpd.conf and add one of the two folowing lines to your inetd.conf :
Or through inetd:
"ftp stream tcp nowait root ${PREFIX}/sbin/vsftpd vsftpd"
- in vstftp.conf: listen=NO
or
- in inetd.conf:
# normal mode
"ftp stream tcp nowait root ${PREFIX}/sbin/vsftpd vsftpd"
"ftp stream tcp nowait root /usr/libexec/tcpd ${PREFIX}/sbin/vsftpd"
The second line is to use vsftpd with tcp-wrappers, see tcpd(8).
# or with tcp-wrappers (see tcpd(8))
"ftp stream tcp nowait root /usr/libexec/tcpd ${PREFIX}/sbin/vsftpd"