In recent vesrions, sysutil.c:vsf_sysutil_create_or_open_file() does not O_APPEND
--- vsftpd-2.3.0~pre2-2+local.orig/logging.c 2010-05-02 02:04:19.000000000 +0300 +++ vsftpd-2.3.0~pre2-2+local/logging.c 2010-05-02 02:10:44.000000000 +0300 @@ -58,6 +58,7 @@ die2("failed to open vsftpd log file:", tunable_vsftpd_log_file); } p_sess->vsftpd_log_fd = retval; + vsf_sysutil_lseek_end(retval); } } } _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. https://signup.live.com/signup.aspx?id=60969 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org