From owner-freebsd-questions Sun Oct 5 11:09:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA02630 for questions-outgoing; Sun, 5 Oct 1997 11:09:46 -0700 (PDT) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA02620 for ; Sun, 5 Oct 1997 11:09:44 -0700 (PDT) Received: from mybsd.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.4/8.7.3) with SMTP id LAA19933; Sun, 5 Oct 1997 11:16:26 -0700 (PDT) Date: Sun, 5 Oct 1997 10:42:28 -0700 (PDT) From: Kwoody X-Sender: kwoody@mybsd.net To: Brian Somers cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP log file In-Reply-To: <199710051025.LAA12056@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Make sure you use tabs between the *.* and the file name - if you use > spaces, syslogd ignores the line. I've added an appropriate comment > to the man page. > > I'm not sure why you're getting an error - you'll have to be a bit > more specific about that. Well that was it, I used spaces instead of a tab. I even looked in a bunch of my books and while there is much about the syslog facility, none mention using tabs to separate the file name from the other names. The error, I would imagine, would come from when syslogd first runs on bootup, reads the .conf file and see's spaces where there should have been tabs. At anyrate, learned what I needed to know about syslog now. Thanks.