Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2012 12:34:20 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237921 - head/etc
Message-ID:  <201207011234.q61CYK6T001964@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Sun Jul  1 12:34:19 2012
New Revision: 237921
URL: http://svn.freebsd.org/changeset/base/237921

Log:
  Similar to all.log, mention that /var/log/console.log has to be created and chmod'ed
  to make logging work.
  
  PR:		168889
  Submitted by:	Robert Simmons <rsimmons0@gmail.com>
  MFC after:	1 week

Modified:
  head/etc/syslog.conf

Modified: head/etc/syslog.conf
==============================================================================
--- head/etc/syslog.conf	Sun Jul  1 12:00:36 2012	(r237920)
+++ head/etc/syslog.conf	Sun Jul  1 12:34:19 2012	(r237921)
@@ -16,6 +16,7 @@ cron.*						/var/log/cron
 *.=debug					/var/log/debug.log
 *.emerg						*
 # uncomment this to log all writes to /dev/console to /var/log/console.log
+# touch /var/log/console.log and chmod it to mode 600 before it will work
 #console.info					/var/log/console.log
 # uncomment this to enable logging of all log messages to /var/log/all.log
 # touch /var/log/all.log and chmod it to mode 600 before it will work



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207011234.q61CYK6T001964>