From owner-freebsd-bugs Tue Mar 20 9: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FB6337B71A for ; Tue, 20 Mar 2001 09:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2KH02A70375; Tue, 20 Mar 2001 09:00:02 -0800 (PST) (envelope-from gnats) Received: from smtp.popsite.net (smtp.popsite.net [216.126.128.16]) by hub.freebsd.org (Postfix) with ESMTP id 39F2A37B71A for ; Tue, 20 Mar 2001 08:54:07 -0800 (PST) (envelope-from bill@twwells.com) Received: from twwells.com (03-155.051.popsite.net [64.24.21.155]) by smtp.popsite.net (Postfix) with ESMTP id 33CCCFECD for ; Tue, 20 Mar 2001 10:54:04 -0600 (CST) Received: from bill by twwells.com with local (Exim 3.22 #1) id 14fPO5-0004NL-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 20 Mar 2001 11:53:37 -0500 Message-Id: Date: Tue, 20 Mar 2001 11:53:37 -0500 From: "T. William Wells" Reply-To: bill@twwells.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/25945: error in /etc/syslog.conf comments, with fix Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25945 >Category: conf >Synopsis: error in /etc/syslog.conf comments, with fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 20 09:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: T. William Wells >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: Any FreeBSD system since syslog was modified to allow space in syslog.conf. >Description: A silly documentation nit. >How-To-Repeat: Edit the syslog.conf file. >Fix: --- /tmp/syslog.conf.old Tue Mar 20 11:48:53 2001 +++ /tmp/syslog.conf Tue Mar 20 11:52:14 2001 @@ -1,6 +1,9 @@ # $FreeBSD: src/etc/syslog.conf,v 1.13.2.2 2001/02/26 09:26:11 phk Exp $ # -# Spaces are NOT valid field separators in this file. +# Spaces ARE valid field separators in this file. However, +# other *nix-like systems still insist on using tabs as field +# separators. If you are sharing this file between systems, you +# may want to use only tabs as field separators here. # Consult the syslog.conf(5) manpage. *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message