summaryrefslogtreecommitdiffstats
path: root/generic/etc-obsolete/syslog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'generic/etc-obsolete/syslog.conf')
-rw-r--r--generic/etc-obsolete/syslog.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/generic/etc-obsolete/syslog.conf b/generic/etc-obsolete/syslog.conf
new file mode 100644
index 000000000..e208949cf
--- /dev/null
+++ b/generic/etc-obsolete/syslog.conf
@@ -0,0 +1,30 @@
+# /etc/syslog.conf Configuration file for syslogd.
+
+# First some standard logfiles. Log by facility.
+auth,authpriv.* /var/log/auth.log
+*.*;auth,authpriv.none -/var/log/syslog
+daemon.* -/var/log/daemon.log
+kern.* -/var/log/kern.log
+#cron.* /var/log/cron.log
+#lpr.* -/var/log/lpr.log
+#mail.* /var/log/mail.log
+#user.* -/var/log/user.log
+#uucp.* -/var/log/uucp.log
+
+# Some `catch-all' logfiles.
+*.=debug;\
+ auth,authpriv.none;\
+ news.none;mail.none -/var/log/debug
+*.=info;*.=notice;*.=warn;\
+ auth,authpriv.none;\
+ cron,daemon.none;\
+ mail,news.none -/var/log/messages
+
+# Emergencies are sent to everybody logged in.
+*.emerg *
+
+#ppp
+local2.* -/var/log/ppp.log
+
+#portslave
+local6.* -/var/log/pslave.log