From owner-freebsd-ports Wed Jun 20 15: 8: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id E001337B403 for ; Wed, 20 Jun 2001 15:08:00 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id RAA81908; Wed, 20 Jun 2001 17:07:50 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Wed, 20 Jun 2001 17:07:49 -0500 (CDT) From: Chris Dillon To: dannyman Cc: , Subject: Re: FreeBSD port net/openldap2 syslog bug? In-Reply-To: <20010620143507.B20736@toldme.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 20 Jun 2001, dannyman wrote: > So, I was trying to get logging to work under FreeBSD. > syslog.conf: > slapd.* /var/log/slapd ^^^^^ That's not a valid facility. > *.* /var/log/all.log Try this instead: !slapd *.* /var/log/slapd.log And/or: local4.* /var/log/slapd.log -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For IA32 and Alpha architectures. IA64, PPC, and ARM under development. http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message