From owner-freebsd-bugs Tue Dec 29 16:00:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00490 for freebsd-bugs-outgoing; Tue, 29 Dec 1998 16:00:13 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00481 for ; Tue, 29 Dec 1998 16:00:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA10342; Tue, 29 Dec 1998 16:00:01 -0800 (PST) Date: Tue, 29 Dec 1998 16:00:01 -0800 (PST) Message-Id: <199812300000.QAA10342@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: skynyrd@opus.cts.cwu.edu Subject: Re: bin/6228: Syslogd not working according to manpage Reply-To: skynyrd@opus.cts.cwu.edu Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6228; it has been noted by GNATS. From: skynyrd@opus.cts.cwu.edu To: FreeBSD-gnats-submit@FreeBSD.org, forrie@tiac.net Cc: Subject: Re: bin/6228: Syslogd not working according to manpage Date: Tue, 29 Dec 1998 15:58:49 -0800 (PST) Testing on 3.0-current with this program: #include main() { openlog("test-local2", LOG_PID, LOG_LOCAL2); syslog(LOG_DEBUG, "Testing..."); } and this /etc/syslog.conf local2.* /var/log/local2.log !* *.* root I cannot reproduce the problem. I will see if I can reproduce the problem with the most recent qpopper port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message