From owner-freebsd-bugs Thu Jul 20 6:50:19 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FDFF37C1F2 for ; Thu, 20 Jul 2000 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44542; Thu, 20 Jul 2000 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 20 Jul 2000 06:50:02 -0700 (PDT) Message-Id: <200007201350.GAA44542@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto MATSUSHITA Subject: Re: bin/20054: ftpd: rotating _PATH_FTPDSTATFILE losts xferlog Reply-To: Makoto MATSUSHITA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/20054; it has been noted by GNATS. From: Makoto MATSUSHITA To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/20054: ftpd: rotating _PATH_FTPDSTATFILE losts xferlog Date: Thu, 20 Jul 2000 22:44:36 +0900 According to the suggestion by sheldonh@uunet.co.za, here is a summary of other BSDs approach about this issue. Short summary: We cannot pick some codes from other BSDs to fix :-) *** - NetBSD (fetched from anonymous CVS, ftpd.c revision 1.99) It seems that NetBSD does not implement -S option and its feature provided by the one of FreeBSD. - OpenBSD (fetched from anonymous ftp, ftpd.c revision 1.77) OpenBSD have the same feature (option -S) and similar implementation of the one of FreeBSD. Yes, it seems that the same problem exists. - BSD/OS (fetched from CD-ROM of BSD/OS 4.1, ftpd.c revision 1.13) BSD/OS also provides xferlog feature by a little bit different way (available by configulation file, not an option. -S option exists, but its means is different). However, it's implementation is similar to the one of FreeBSD; it seems that the same problem exists. -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message