Path: utzoo!attcan!uunet!world!eap From: eap@world.std.com (Eric Pearce) Newsgroups: comp.unix.admin Subject: Re: Tracking ANONYMOUS FTP Keywords: FTP, anonymous Message-ID: <1990Oct3.040329.18399@world.std.com> Date: 3 Oct 90 04:03:29 GMT References: <1990Sep11.151132.16358@PacBell.COM> <35673@eerie.acsu.Buffalo.EDU> Organization: BD&HR (Beer Drinkers & Hell Raisers) Lines: 13 In article lear@turbo.bio.net (Eliot) says: >I use a slightly whacked version I found on bu.edu. It logs just >about everything. >-- >Eliot Lear >[lear@turbo.bio.net] I went one step further and made it log to a separate syslog facility. I changed LOG_DAEMON to LOG_LOCAL0 in openlog() in ftpd and added "local0.info /var/log/ftp" to /etc/syslog.conf. This makes it real easy to see what people are up to without wading through a bunch of random daemon info. You have 8 "local" facilities to play with, so you might as well use them. -e