svn commit: r237921 - head/etc

Christian Brueffer brueffer at FreeBSD.org
Sun Jul 1 12:34:21 UTC 2012


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 at 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


More information about the svn-src-head mailing list