From 006a2cd2f9589091d27b4834436c6c84fc186184 Mon Sep 17 00:00:00 2001 From: couderc Date: Thu, 7 Apr 2005 18:59:46 +0000 Subject: [PATCH] update to 2.0.3 from maintainer. --- net/vsftpd/Makefile | 4 ++-- net/vsftpd/distinfo | 8 ++++---- net/vsftpd/pkg/MESSAGE | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index e721a2a5456..d949b10a338 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -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 diff --git a/net/vsftpd/distinfo b/net/vsftpd/distinfo index b933c5a3e92..cf57e1a367e 100644 --- a/net/vsftpd/distinfo +++ b/net/vsftpd/distinfo @@ -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 diff --git a/net/vsftpd/pkg/MESSAGE b/net/vsftpd/pkg/MESSAGE index bff997f127b..a6dbc15a73a 100644 --- a/net/vsftpd/pkg/MESSAGE +++ b/net/vsftpd/pkg/MESSAGE @@ -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"