summaryrefslogtreecommitdiffstats
path: root/testing/syslog-ng/syslog-ng-source.std
diff options
context:
space:
mode:
Diffstat (limited to 'testing/syslog-ng/syslog-ng-source.std')
-rw-r--r--testing/syslog-ng/syslog-ng-source.std10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/syslog-ng/syslog-ng-source.std b/testing/syslog-ng/syslog-ng-source.std
deleted file mode 100644
index 80a25feb0..000000000
--- a/testing/syslog-ng/syslog-ng-source.std
+++ /dev/null
@@ -1,10 +0,0 @@
-# ---------------------------------------------------------------------------------
-# Default syslog-ng sources; Do not edit this file!
-# append source with line on a file: syslog-ng-source.<package>
-# ---------------------------------------------------------------------------------
-# message generated by Syslog-NG
- internal();
-# 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: "));