summaryrefslogtreecommitdiffstats
path: root/example.files/syslog.conf.alt
diff options
context:
space:
mode:
Diffstat (limited to 'example.files/syslog.conf.alt')
-rw-r--r--example.files/syslog.conf.alt22
1 files changed, 22 insertions, 0 deletions
diff --git a/example.files/syslog.conf.alt b/example.files/syslog.conf.alt
new file mode 100644
index 000000000..c5923c4ce
--- /dev/null
+++ b/example.files/syslog.conf.alt
@@ -0,0 +1,22 @@
+# Log all kernel messages to the console.
+# Logging much else clutters up the screen.
+kern.* /dev/console
+#kern.* /dev/cua1
+
+# Log anything (except mail) of level info or higher.
+# Don't log private authentication messages!
+*.info;mail.none;authpriv.none /var/adm/messages
+
+# The authpriv file has restricted access.
+authpriv.* /var/adm/secure
+
+# Log all the mail messages in one place.
+mail.* /var/adm/maillog
+
+# Everybody gets emergency messages, plus log them on another
+# machine.
+*.emerg *
+
+# Save mail and news errors of level err and higher in a
+# special file.
+uucp,news.crit /var/adm/spooler