Missed in previous.

This commit is contained in:
ajacoutot 2015-07-18 21:39:05 +00:00
parent 2f68b13d50
commit be38591e19
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2015/07/17 21:46:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.52 2015/07/18 21:39:05 ajacoutot Exp $
COMMENT= syslogd replacement
@ -7,7 +7,7 @@ SHARED_ONLY = Yes
V = 3.5.6
DISTNAME = syslog-ng-$V
CATEGORIES = sysutils
REVISION = 0
REVISION = 1
MAINTAINER = Steven Mestdagh <steven@openbsd.org>

View File

@ -127,7 +127,6 @@ log { source(s_local); filter(f_emerg); destination(d_ttyall); };
# Uncomment to log messages from doas(1) to its own log file. Matches are done
# based on the program name.
# Program-specific logs:
#log { source(s_local); filter(f_prog_sudo); destination(d_sudolog); };
#log { source(s_local); filter(f_prog_doas); destination(d_doaslog); };
# Uncomment to log messages from the network.