summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-12-27 13:38:15 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-12-27 13:38:15 +0000
commit62b65f883baa62fbc0522566fd3022b91059a902 (patch)
tree7fc12d0a72bb2bfcdddc33e85f30476d207b4d58
parent0b02d0722b1345d75e121e1a07e2c92f9f41d386 (diff)
Also remove the commented out line for uucp.info -> /var/log/uucp
net/uucp and net/uucpd don't log to syslog. Discussed with jmc@
-rw-r--r--etc/syslog.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf
index 9e26f50436f..9eb309c7164 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: syslog.conf,v 1.19 2015/11/26 15:25:14 deraadt Exp $
+# $OpenBSD: syslog.conf,v 1.20 2016/12/27 13:38:14 jca Exp $
#
*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none /var/log/messages
@@ -10,7 +10,6 @@ daemon.info /var/log/daemon
ftp.info /var/log/xferlog
lpr.debug /var/log/lpd-errs
mail.info /var/log/maillog
-#uucp.info /var/log/uucp
# Uncomment this line to send "important" messages to the system
# console: be aware that this could create lots of output.