Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/share/examples/syslogd Pullup rev 1.1 (requested by luk...
details: https://anonhg.NetBSD.org/src/rev/f28b51c475c3
branches: netbsd-1-5
changeset: 488611:f28b51c475c3
user: jhawk <jhawk%NetBSD.org@localhost>
date: Fri Jul 21 16:24:11 2000 +0000
description:
Pullup rev 1.1 (requested by lukem, approved by jhawk):
example syslogd(8) config files (to be installed as /etc/syslog.conf):
all.debug - each facility gets logged to its own file
diffstat:
share/examples/syslogd/Makefile | 11 +++++++++++
share/examples/syslogd/all.debug | 25 +++++++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 94b18515fe18 -r f28b51c475c3 share/examples/syslogd/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/examples/syslogd/Makefile Fri Jul 21 16:24:11 2000 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.2.2 2000/07/21 16:24:11 jhawk Exp $
+
+.include <bsd.own.mk>
+
+.if ${MKSHARE} != "no"
+FILES= all.debug
+FILESDIR=/usr/share/examples/syslogd
+.endif
+MKOBJ= no
+
+.include <bsd.prog.mk>
diff -r 94b18515fe18 -r f28b51c475c3 share/examples/syslogd/all.debug
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/examples/syslogd/all.debug Fri Jul 21 16:24:11 2000 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: all.debug,v 1.1.2.2 2000/07/21 16:24:11 jhawk Exp $
+#
+# example /etc/syslog.conf:
+# each facility is logged to a separate file
+#
+auth.debug /var/log/auth
+authpriv.debug /var/log/authpriv
+cron.debug /var/log/cron
+daemon.debug /var/log/daemon
+ftp.debug /var/log/ftp
+kern.debug /var/log/kern
+lpr.debug /var/log/lpr
+mail.debug /var/log/mail
+news.debug /var/log/news
+syslog,mark.debug /var/log/syslog
+user.debug /var/log/user
+uucp.debug /var/log/uucp
+local0.debug /var/log/local0
+local1.debug /var/log/local1
+local2.debug /var/log/local2
+local3.debug /var/log/local3
+local4.debug /var/log/local4
+local5.debug /var/log/local5
+local6.debug /var/log/local6
+local7.debug /var/log/local7
Home |
Main Index |
Thread Index |
Old Index