20 lines
528 B
Plaintext
20 lines
528 B
Plaintext
|
# /etc/conf.d/metalog
|
||
|
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-admin/metalog/files/metalog.confd,v 1.7 2006/02/08 01:04:02 vapier Exp $
|
||
|
|
||
|
# Some useful options:
|
||
|
# -a Log with buffering
|
||
|
# -s Log without buffering
|
||
|
# See `metalog --help` for more
|
||
|
|
||
|
METALOG_OPTS=""
|
||
|
|
||
|
|
||
|
# Options used by /usr/sbin/consolelog.sh
|
||
|
|
||
|
# Space delimited list of devices to write "console" messages to
|
||
|
#CONSOLE="/dev/console /dev/tty10"
|
||
|
CONSOLE="/dev/tty10"
|
||
|
|
||
|
# Format of logging (make sure you use single quotes)
|
||
|
FORMAT='$1 [$2] $3'
|