[BACK]Return to syslog.conf CVS log [TXT][DIR] Up to [local] / src / usr.sbin / bootpd

File: [local] / src / usr.sbin / bootpd / Attic / syslog.conf (download)

Revision 1.1.1.1 (vendor branch), Wed Oct 18 08:47:28 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +0 -0 lines

initial import of NetBSD tree

#
# syslog configuration file for SunOS 4.X
# (modified to do local2 separately)
#
# This file is processed by m4 so be careful to quote (`') names
# that match m4 reserved words.  Also, within ifdef's, arguments
# containing commas must be quoted.
#
# Note: Have to exclude user from most lines so that user.alert
#	and user.emerg are not included, because old sendmails
#	will generate them for debugging information.  If you
#	have no 4.2BSD based systems doing network logging, you
#	can remove all the special cases for "user" logging.

#*.err;kern.debug;auth.notice;user.none		/dev/console
kern.debug;user,mail.crit;auth.notice		/dev/console
daemon,syslog,lpr,news,uucp,cron.err		/dev/console

#*.err;kern.debug;daemon,auth.notice;mail.crit;user.none /var/adm/messages
kern.debug;user,mail.crit;auth.notice		/var/adm/messages
daemon.notice;syslog,news,uucp,cron.err		/var/adm/messages

lpr.debug					/var/adm/lpd-errs

*.alert;kern.err;daemon.err;user.none		operator
*.alert;user.none				root

*.emerg;user.none				*

# for loghost machines, to have authentication messages (su, login, etc.)
# logged to a file, un-comment out the following line and adjust the file name
# as appropriate.
#
# if a non-loghost machine chooses to have such messages 
# sent to the loghost machine, un-comment out the following line.
#
#auth.notice			ifdef(`LOGHOST', /var/log/authlog, @loghost)

mail.debug			ifdef(`LOGHOST', /var/log/syslog, @loghost)

# following line for compatibility with old sendmails.  they will send
# messages with no facility code, which will be turned into "user" messages
# by the local syslog daemon.  only the "loghost" machine needs the following
# line, to cause these old sendmail log messages to be logged in the
# mail syslog file.
#
ifdef(`LOGHOST',
user.alert					/var/log/syslog
)
#
# non-loghost machines will use the following lines to cause "user"
# log messages to be logged locally.
#
ifdef(`LOGHOST', ,
user.err					/dev/console
user.err					/var/adm/messages
user.alert					`root, operator'
user.emerg					*
)

# Local2: (bootpd, pppd)
local2.debug				/dev/console
#local2.debug				/var/log/local2