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 <rsimmo...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to