From 26d86737c4f6bfb4b2e350b36fe85bd6cf04cd4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Sat, 25 May 2013 09:25:32 +0200 Subject: testing/syslog-ng: new aport --- testing/syslog-ng/syslog-ng-source.std | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/syslog-ng/syslog-ng-source.std (limited to 'testing/syslog-ng/syslog-ng-source.std') diff --git a/testing/syslog-ng/syslog-ng-source.std b/testing/syslog-ng/syslog-ng-source.std new file mode 100644 index 000000000..d1da1a0f2 --- /dev/null +++ b/testing/syslog-ng/syslog-ng-source.std @@ -0,0 +1,10 @@ +# --------------------------------------------------------------------------------- +# Default syslog-ng sources; Do not edit this file! +# append source with line on a file: syslog-ng-source. +# --------------------------------------------------------------------------------- +# message generated by Syslog-NG + internal(); +# standard Linux log source (this is the default place for the syslog() function to send logs to) + unix-stream("/dev/log"); +# messages from the kernel + file("/proc/kmsg" log_prefix("kernel: ")); -- cgit v1.2.3