From owner-freebsd-questions Tue Jan 26 15:48:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19155 for freebsd-questions-outgoing; Tue, 26 Jan 1999 15:48:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from obelix.avlnet.ml.org (hmo4-216.telmex.net.mx [148.233.197.216]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA19149 for ; Tue, 26 Jan 1999 15:48:09 -0800 (PST) (envelope-from antonio@avlnet.ml.org) Received: from localhost (antonio@localhost) by obelix.avlnet.ml.org (8.8.8/8.8.8) with SMTP id QAA05396 for ; Tue, 26 Jan 1999 16:47:43 -0700 (MST) (envelope-from antonio@avlnet.ml.org) Date: Tue, 26 Jan 1999 16:47:41 -0700 (MST) From: Antonio Varela Lizardi To: freebsd-questions@FreeBSD.ORG Subject: How did work: Re: wrappers question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 23 Jan 1999, Antonio Varela Lizardi wrote: > Hi there, > I want to obtain a /var/log/secure file (a-la-linux) to monitor > uninvited guests with tcpd. I had to add every daemon that needed to be monitored, not just tcpd. In my case, added to /etc/syslog.conf !telnetd *.* /var/log/secure.log !ftpd *.* /var/log/secure.log !popper *.* /var/log/secure.log And now I have a nice activity log. Best regards, Antonio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message