diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-05-25 09:25:32 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-05-25 09:28:03 +0200 |
commit | 26d86737c4f6bfb4b2e350b36fe85bd6cf04cd4b (patch) | |
tree | 3ad80fb804d9a4db151d9a5a1d284d79e683ff10 /testing/syslog-ng/syslog-ng-source.std | |
parent | f64bfe77a6bde014a88ea2840b3a54e2281ccbbb (diff) | |
download | aports-26d86737c4f6bfb4b2e350b36fe85bd6cf04cd4b.tar.bz2 aports-26d86737c4f6bfb4b2e350b36fe85bd6cf04cd4b.tar.xz |
testing/syslog-ng: new aport
Diffstat (limited to 'testing/syslog-ng/syslog-ng-source.std')
-rw-r--r-- | testing/syslog-ng/syslog-ng-source.std | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/syslog-ng/syslog-ng-source.std b/testing/syslog-ng/syslog-ng-source.std new file mode 100644 index 0000000000..d1da1a0f24 --- /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.<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-stream("/dev/log"); +# messages from the kernel + file("/proc/kmsg" log_prefix("kernel: ")); |