Date: Sun, 29 Aug 1999 3:41:32 -0700 (PDT) From: Jim Pazarena <paz@ccstores.com> To: freebsd-questions@freebsd.org Subject: inetd logging Message-ID: <9908290341.aa06496@dick.ccstores.com>
next in thread | raw e-mail | index | archive | help
I want to have inetd log successful connections. The inetd man page indicates "-l" should do it. So I added 'inetd_flags="-l"'to /etc/rc.conf and rebooted a ps -xa shows that inetd is running with the "-l" option. ... but no logging of successful rlogins or telnets. I examined the inetd.c source and find that successful logins are syslogd via "warning", which doesn't appear to be setup in the default syslog.conf.. So I created a "*.warning .." and rebooted again. Still no logging of telnets or rlogins. What am I missing? FreeBSD 3.2 generic -- Jim Pazarena mailto:paz@ccstores.com http://www.qcislands.net/paz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9908290341.aa06496>