Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 1998 16:00:01 -0800 (PST)
From:      skynyrd@opus.cts.cwu.edu
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/6228: Syslogd not working according to manpage
Message-ID:  <199812300000.QAA10342@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <syslog.h>
 
      main()
 
      {
      openlog("test-local2", LOG_PID, LOG_LOCAL2);
      syslog(LOG_DEBUG, "Testing...");
      }
 
 and this /etc/syslog.conf
 
      local2.*  <tab> /var/log/local2.log
      !*
      *.*         <tab> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812300000.QAA10342>