Subject: Re: logging with ftpd(8) under NetBSD 1.
To: Eric S. Hvozda <hvozda@netcom.com>
From: James R Grinter <jrg@demon.net>
List: netbsd-users
Date: 08/23/1995 17:08:52
On Wed 23 Aug, 1995, "Eric S. Hvozda" <hvozda@netcom.com> wrote:
>into /var/log/ftpd and HUP'd syslogd.  Told inetd to start ftpd up with
>'ftpd -ll' for all logging and HUP'd inetd...

I'm sure I had that working with NetBSD 1.0, and full logging.
Try 'ftp -l -l'? The code, slightly modified, doesn't work right
with SunOS because the SunOS syslog() calls don't cope with the chroot()
but I think the NetBSD ones do the right thing.

-- jrg.