From bill@twwells.com  Tue Mar 20 08:54:07 2001
Return-Path: <bill@twwells.com>
Received: from smtp.popsite.net (smtp.popsite.net [216.126.128.16])
	by hub.freebsd.org (Postfix) with ESMTP id 39F2A37B71A
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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: <E14fPO5-0004NL-00@twwells.com>
Date: Tue, 20 Mar 2001 11:53:37 -0500
From: "T. William Wells" <bill@twwells.com>
Reply-To: bill@twwells.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: error in /etc/syslog.conf comments, with fix
X-Send-Pr-Version: 3.2

>Number:         25945
>Category:       conf
>Synopsis:       error in /etc/syslog.conf comments, with fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 20 09:00:02 PST 2001
>Closed-Date:    Fri Mar 30 20:42:07 PST 2001
>Last-Modified:  Fri Mar 30 20:42:30 PST 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Fri Mar 30 20:42:07 PST 2001 
State-Changed-Why:  
Patch committed to -CURRENT, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=25945 
>Unformatted:
