From owner-svn-src-stable-9@FreeBSD.ORG Sun Jul 15 10:55:43 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0FA7106566C; Sun, 15 Jul 2012 10:55:43 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BBD958FC28; Sun, 15 Jul 2012 10:55:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6FAthkE043161; Sun, 15 Jul 2012 10:55:43 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6FAthDK043159; Sun, 15 Jul 2012 10:55:43 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201207151055.q6FAthDK043159@svn.freebsd.org> From: Christian Brueffer Date: Sun, 15 Jul 2012 10:55:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238473 - stable/9/etc X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2012 10:55:43 -0000 Author: brueffer Date: Sun Jul 15 10:55:43 2012 New Revision: 238473 URL: http://svn.freebsd.org/changeset/base/238473 Log: MFC: r237921 Similar to all.log, mention that /var/log/console.log has to be created and chmod'ed to make logging work. Approved by: re (kib) Modified: stable/9/etc/syslog.conf Directory Properties: stable/9/etc/ (props changed) Modified: stable/9/etc/syslog.conf ============================================================================== --- stable/9/etc/syslog.conf Sun Jul 15 10:54:10 2012 (r238472) +++ stable/9/etc/syslog.conf Sun Jul 15 10:55:43 2012 (r238473) @@ -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