From owner-freebsd-doc Sun Jan 24 02:50:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13250 for freebsd-doc-outgoing; Sun, 24 Jan 1999 02:50:03 -0800 (PST) (envelope-from owner-freebsd-doc@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 CAA13207 for ; Sun, 24 Jan 1999 02:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12724; Sun, 24 Jan 1999 02:50:01 -0800 (PST) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12463 for ; Sun, 24 Jan 1999 02:41:53 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.76 (dialup-6.rebel.net.au [203.20.69.76]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id VAA20059 for ; Sun, 24 Jan 1999 21:11:39 +1030 Received: (qmail 92354 invoked by uid 0); 24 Jan 1999 08:58:53 -0000 Message-Id: <19990124085852.92345.qmail@morden.rebel.net.au> Date: 24 Jan 1999 08:58:52 -0000 From: kkenn@rebel.net.au Reply-To: kkennawa@physics.adelaide.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9660: ppp.8 contains outdated reference to syslog.conf Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9660 >Category: docs >Synopsis: ppp.8 contains outdated reference to syslog.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 24 02:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: 3.0, 4.0 >Description: The ppp.8 manpage mentions that TAB characters must be used as delimiters in /etc/syslog.conf. This is no longer the case: o Create a log file. Ppp uses syslog(3) to log information. A common log file name is /var/log/ppp.log. To make output go to this file, put the following lines in the /etc/syslog.conf file: !ppp *.*/var/log/ppp.log Make sure you use actual TABs here. If you use spaces, the line will be silently ignored by syslogd(8). >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message