Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2000 06:50:02 -0700 (PDT)
From:      Makoto MATSUSHITA <matusita@jp.freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/20054: ftpd: rotating _PATH_FTPDSTATFILE losts xferlog
Message-ID:  <200007201350.GAA44542@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR bin/20054; it has been noted by GNATS.

From: Makoto MATSUSHITA <matusita@jp.freebsd.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007201350.GAA44542>