Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA04922; Wed, 13 Dec 95 19:54:53 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA24646; Wed, 13 Dec 95 19:54:55 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA12477; Wed, 13 Dec 1995 19:54:06 -0500
Received: from localhost (daemon@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA08195
          Wed, 13 Dec 1995 16:01:16 -0800 (PST)
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id PAA07681
          for hackers-outgoing; Wed, 13 Dec 1995 15:58:23 -0800 (PST)
Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA07661
          for <hackers@freebsd.org>; Wed, 13 Dec 1995 15:58:12 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.8/8.6.6) with SMTP id QAA17049 for <hackers@freebsd.org>; Wed, 13 Dec 1995 16:57:56 -0700
Message-Id: <199512132357.QAA17049@clem.systemsix.com>
X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol
X-Mailer: exmh version 1.6.2 7/18/95
From: Steve Passe <smp@csn.net>
To: hackers@freebsd.org
Subject: sysinstall & ftpd
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Wed, 13 Dec 1995 16:57:54 -0700
Sender: owner-hackers@freebsd.org
Precedence: bulk

Hi,

I could easily be confused here, so I excuse me if I'm showing my ignorance...

When I installed 2.1.0-RELEASE I had sysintall setup an anonymous ftp site
for me.  It created the dirs, etc., and a line in /etc/inetd.conf:

ftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l

I expected this to cause logging somewhere in /var/log/* but could find
no traces of any ftp activity.  Examining /etc/syslog.conf I couldn't find
anything to cause ftp logging so I added:

!ftpd
*.*						/var/log/ftpd

to /etc/syslog.conf and did 'kill -HUP <syslogd_pid> and ftp logging started
to work.

question #1: is it a 'bug' for inetd.conf to attempt to do ftpd logging while
             syslogd.conf doesn't seem to co-operate?  stated another way,
             should sysinstall also modify syslogd.conf?

question #2: did I do the right mod to syslogd.conf to start ftpd logging?

--
Steve Passe	| powered by
smp@csn.net	|            FreeBSD

