summaryrefslogtreecommitdiffstats
path: root/rules/rsyslog.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-03 21:02:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-05 18:01:51 +0200
commita31ca4f7ea3420044ca9a34f87700ee192e58c25 (patch)
tree9863037c50575703534127e11e4fb749e53f5298 /rules/rsyslog.in
parent4083010c0bf5d6f51e19409525f2a2766d7d482d (diff)
downloadptxdist-a31ca4f7ea3420044ca9a34f87700ee192e58c25.tar.gz
ptxdist-a31ca4f7ea3420044ca9a34f87700ee192e58c25.tar.xz
rsyslog: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rsyslog.in')
-rw-r--r--rules/rsyslog.in97
1 files changed, 97 insertions, 0 deletions
diff --git a/rules/rsyslog.in b/rules/rsyslog.in
new file mode 100644
index 000000000..b87ca1a5f
--- /dev/null
+++ b/rules/rsyslog.in
@@ -0,0 +1,97 @@
+## SECTION=shell_and_console
+
+menuconfig RSYSLOG
+ tristate
+ select LIBC_DL
+ select LIBC_RT
+ select LIBC_PTHREAD
+ select GCCLIBS_GCC_S
+ select ZLIB if RSYSLOG_ZLIB
+ select LIBNET if RSYSLOG_OMUDPSPOOF
+ prompt "rsyslog"
+ help
+ FIXME
+
+if RSYSLOG
+
+config RSYSLOG_SYSTEMD_UNIT
+ bool
+ default y
+ depends on SYSTEMD
+ prompt "install systemd unit files for rsyslogd"
+
+config RSYSLOG_REGEXP
+ bool
+ prompt "regular expression support"
+
+config RSYSLOG_ZLIB
+ bool
+ prompt "zlib compression support"
+
+config RSYSLOG_INET
+ bool
+ prompt "networking support"
+
+config RSYSLOG_IMDIAG
+ bool
+ prompt "diag input module"
+
+config RSYSLOG_IMFILE
+ bool
+ prompt "file input module"
+
+config RSYSLOG_IMKLOG
+ bool
+ default y
+ prompt "klog input module"
+
+config RSYSLOG_IMMARK
+ bool
+ default y
+ prompt "mark input module"
+
+config RSYSLOG_IMPSTATS
+ bool
+ prompt "periodic statistics module"
+
+config RSYSLOG_IMPTCP
+ bool
+ prompt "plain tcp input module"
+
+config RSYSLOG_IMTCP
+ bool
+ default y
+ prompt "tcp input module"
+
+config RSYSLOG_IMUDP
+ bool
+ default y
+ prompt "udp input module"
+
+config RSYSLOG_IMUXSOCK
+ bool
+ default y
+ prompt "unix domain socket input module"
+
+config RSYSLOG_OMPROG
+ bool
+ prompt "program output module"
+
+config RSYSLOG_OMUDPSPOOF
+ bool
+ prompt "spoofing network output module"
+
+config RSYSLOG_OMSTDOUT
+ bool
+ prompt "stdout output module"
+
+config RSYSLOG_OMUXSOCK
+ bool
+ prompt "unix domain socket output module"
+
+config RSYSLOG_PMLASTMSG
+ bool
+ prompt "lastmsg parser module"
+
+endif
+