aboutsummaryrefslogtreecommitdiffstats
path: root/main/syslog-ng/syslog-ng-source.std
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-06 09:26:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-06 09:26:43 +0000
commitdbfbb9b88abcc2522e8e46b6db218dca09771bb2 (patch)
treef72dbc18461422ea5e05027e9faa0133b6793faf /main/syslog-ng/syslog-ng-source.std
parentec0afeea4567c35a0eda0f664b4649b1ab006645 (diff)
downloadaports-dbfbb9b88abcc2522e8e46b6db218dca09771bb2.tar.bz2
aports-dbfbb9b88abcc2522e8e46b6db218dca09771bb2.tar.xz
main/syslog-ng: move from testing
Diffstat (limited to 'main/syslog-ng/syslog-ng-source.std')
-rw-r--r--main/syslog-ng/syslog-ng-source.std10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/syslog-ng/syslog-ng-source.std b/main/syslog-ng/syslog-ng-source.std
new file mode 100644
index 0000000000..80a25feb0b
--- /dev/null
+++ b/main/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.<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: "));