source: freewrt/package/syslog-ng/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.2 KB
Line 
1config FWRT_PACKAGE_SYSLOG_NG
2 prompt "syslog-ng......................... A powerful syslog daemon"
3 tristate
4 default m if CONFIG_DEVEL
5 select FWRT_PACKAGE_LIBOL
6 help
7 syslog-ng reads and logs messages to the system console, log
8 files, other machines and/or users as specified by its
9 configuration file.
10
11 The configuration file is read at startup and is reread after
12 receipt of a hangup (HUP) signal. When reloading the
13 configuration file, all destination files are closed and
14 reopened as appropriate. For more information about the
15 configuration file, see syslog-ng.conf(5).
16
17 Typically messages are sent to syslog-ng via a Unix domain
18 socket (/dev/log) or via UDP, to port 514 or to whatever
19 syslog/udp is defined to be in /etc/services. To receive
20 messages from the kernel, /dev/klog is opened for reading.
21
22 Messages sent to syslog-ng should be an entire line, prefixed
23 by a pri- ority code in between '<' and '>'. Definititions
24 of the recognised values can be found in the include file
25 <sys/syslog.h>.
26
27 syslog-ng can be configured to pass messages on to other
28 syslog-ng's and when doing so, it sends the message on with the
29 priority as a pre- fix.
30
31 http://www.balabit.com/products/syslog_ng/
Note: See TracBrowser for help on using the repository browser.