summaryrefslogtreecommitdiff
path: root/openwrt/package/syslog-ng/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-15 13:40:51 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-15 13:40:51 +0000
commit8c80efabd4c74477ec222df669c61f65351110c5 (patch)
treede3255deae1b77bf04ca906a172890e7fe7c21c6 /openwrt/package/syslog-ng/Config.in
parent640d2ce5028921b121ad730e6c3de4392c7b2157 (diff)
downloadmtk-20170518-8c80efabd4c74477ec222df669c61f65351110c5.zip
mtk-20170518-8c80efabd4c74477ec222df669c61f65351110c5.tar.gz
mtk-20170518-8c80efabd4c74477ec222df669c61f65351110c5.tar.bz2
add miau from Benjamin Binier, updated to newest upstream, thx. add syslog-ng from Sebastien Bourgasser, pending missing libol package
SVN-Revision: 3378
Diffstat (limited to 'openwrt/package/syslog-ng/Config.in')
-rw-r--r--openwrt/package/syslog-ng/Config.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/openwrt/package/syslog-ng/Config.in b/openwrt/package/syslog-ng/Config.in
new file mode 100644
index 0000000..d9fface
--- /dev/null
+++ b/openwrt/package/syslog-ng/Config.in
@@ -0,0 +1,30 @@
+config BR2_PACKAGE_SYSLOG_NG
+ prompt "syslog-ng......................... A powerful syslog daemon"
+ tristate
+ default n
+ help
+ syslog-ng reads and logs messages to the system console, log
+ files, other machines and/or users as specified by its
+ configuration file.
+
+ The configuration file is read at startup and is reread after
+ receipt of a hangup (HUP) signal. When reloading the
+ configuration file, all destination files are closed and
+ reopened as appropriate. For more information about the
+ configuration file, see syslog-ng.conf(5).
+
+ Typically messages are sent to syslog-ng via a Unix domain
+ socket (/dev/log) or via UDP, to port 514 or to whatever
+ syslog/udp is defined to be in /etc/services. To receive
+ messages from the kernel, /dev/klog is opened for reading.
+
+ Messages sent to syslog-ng should be an entire line, prefixed
+ by a pri- ority code in between '<' and '>'. Definititions
+ of the recognised values can be found in the include file
+ <sys/syslog.h>.
+
+ syslog-ng can be configured to pass messages on to other
+ syslog-ng's and when doing so, it sends the message on with the
+ priority as a pre- fix.
+
+ http://www.balabit.com/products/syslog_ng/