aboutsummaryrefslogtreecommitdiffstats
path: root/main/syslog-ng/syslog-ng-source.std
diff options
context:
space:
mode:
authorJens Vehlhaber <jens@eisfair.org>2015-05-08 08:53:31 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-05-08 09:22:54 +0000
commita5f43901e6c86e3c865e40800616545f30108a35 (patch)
tree53a83bb6d7e4d2a719f1d6e539228a323c96566c /main/syslog-ng/syslog-ng-source.std
parent662136bbf7ec00a7cc1d83519f14c6646f915056 (diff)
downloadaports-a5f43901e6c86e3c865e40800616545f30108a35.tar.bz2
aports-a5f43901e6c86e3c865e40800616545f30108a35.tar.xz
main/syslog-ng: update to version 3.6.2
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
Diffstat (limited to 'main/syslog-ng/syslog-ng-source.std')
-rw-r--r--main/syslog-ng/syslog-ng-source.std2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/syslog-ng/syslog-ng-source.std b/main/syslog-ng/syslog-ng-source.std
index 80a25feb0b..95832ff6e7 100644
--- a/main/syslog-ng/syslog-ng-source.std
+++ b/main/syslog-ng/syslog-ng-source.std
@@ -7,4 +7,4 @@
# standard Linux log source (this is the default place for the syslog() function to send logs to)
unix-dgram("/dev/log");
# messages from the kernel
- file("/proc/kmsg" log_prefix("kernel: "));
+ file("/proc/kmsg" program_override("kernel"));