View | Details | Raw Unified | Return to bug 25945
Collapse All | Expand All

(-)/tmp/syslog.conf (-1 / +4 lines)
Lines 1-6 Link Here
1
# $FreeBSD: src/etc/syslog.conf,v 1.13.2.2 2001/02/26 09:26:11 phk Exp $
1
# $FreeBSD: src/etc/syslog.conf,v 1.13.2.2 2001/02/26 09:26:11 phk Exp $
2
#
2
#
3
#	Spaces are NOT valid field separators in this file.
3
#	Spaces ARE valid field separators in this file. However,
4
#	other *nix-like systems still insist on using tabs as field
5
#	separators. If you are sharing this file between systems, you
6
#	may want to use only tabs as field separators here.
4
#	Consult the syslog.conf(5) manpage.
7
#	Consult the syslog.conf(5) manpage.
5
*.err;kern.debug;auth.notice;mail.crit		/dev/console
8
*.err;kern.debug;auth.notice;mail.crit		/dev/console
6
*.notice;kern.debug;lpr.info;mail.crit;news.err	/var/log/messages
9
*.notice;kern.debug;lpr.info;mail.crit;news.err	/var/log/messages

Return to bug 25945