From 03c6554ccedd79758f39eb033f2efac02fbdb97c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 14:09:28 +0000 Subject: [PATCH] auto-import changelog data from vsftpd-1.2.1-6.src.rpm Wed May 19 2004 Bill Nottingham 1.2.1-6 - fix the logrotate config (#116253) --- vsftpd-1.1.3-rh.patch | 8 ++++++++ vsftpd.spec | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/vsftpd-1.1.3-rh.patch b/vsftpd-1.1.3-rh.patch index 9774f9a..959e873 100644 --- a/vsftpd-1.1.3-rh.patch +++ b/vsftpd-1.1.3-rh.patch @@ -36,3 +36,11 @@ +#enable for standalone mode +listen=YES +tcp_wrappers=YES +--- vsftpd-1.2.1/RedHat/vsftpd.log.rh 2004-05-19 17:17:21.000000000 -0400 ++++ vsftpd-1.2.1/RedHat/vsftpd.log 2004-05-19 17:17:27.000000000 -0400 +@@ -1,4 +1,4 @@ +-/var/log/vsftpd.log { ++/var/log/xferlog { + # ftpd doesn't handle SIGHUP properly + nocompress + missingok diff --git a/vsftpd.spec b/vsftpd.spec index 5a19c6e..491ec2e 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -3,7 +3,7 @@ Summary: vsftpd - Very Secure Ftp Daemon Name: vsftpd Version: 1.2.1 -Release: 5 +Release: 6 License: GPL Group: System Environment/Daemons URL: http://vsftpd.beasts.org/ @@ -102,6 +102,9 @@ fi /var/ftp %changelog +* Wed May 19 2004 Bill Nottingham 1.2.1-6 +- fix the logrotate config (#116253) + * Mon May 3 2004 Bill Nottingham 1.2.1-5 - fix all references to vsftpd.conf to be /etc/vsftpd/vsftpd.conf, including in the binary (#121199, #104075)