diff options
author | Jens Vehlhaber <jens@eisfair.org> | 2015-05-08 08:53:31 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-05-08 09:22:54 +0000 |
commit | a5f43901e6c86e3c865e40800616545f30108a35 (patch) | |
tree | 53a83bb6d7e4d2a719f1d6e539228a323c96566c /main/syslog-ng/syslog-ng-source.std | |
parent | 662136bbf7ec00a7cc1d83519f14c6646f915056 (diff) | |
download | aports-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.std | 2 |
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")); |