summaryrefslogtreecommitdiffstats
path: root/openwrt/package/syslog-ng/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
commit725611a466f2edf12f809d22339b22223af4afe7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/syslog-ng/Config.in
parentf4dd5a6d7c4ebea48cd6292744cb9def6037de80 (diff)
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/syslog-ng/Config.in')
-rw-r--r--openwrt/package/syslog-ng/Config.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/openwrt/package/syslog-ng/Config.in b/openwrt/package/syslog-ng/Config.in
deleted file mode 100644
index 726586142..000000000
--- a/openwrt/package/syslog-ng/Config.in
+++ /dev/null
@@ -1,31 +0,0 @@
-config BR2_PACKAGE_SYSLOG_NG
- prompt "syslog-ng......................... A powerful syslog daemon"
- tristate
- default m if CONFIG_DEVEL
- select BR2_PACKAGE_LIBOL
- 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/