summaryrefslogtreecommitdiffstats
path: root/rules/syslogng.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-04-05 22:46:02 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-04-05 22:46:02 +0000
commit14e06625ddb7b313c333cbcaa8cfe8ad9ac2cc95 (patch)
tree9d53e9750571a28dc52087794f2113e47fe3a2da /rules/syslogng.in
parentc7094df5042e1af48fad6a63f1037a63c965cc39 (diff)
downloadptxdist-14e06625ddb7b313c333cbcaa8cfe8ad9ac2cc95.tar.gz
ptxdist-14e06625ddb7b313c333cbcaa8cfe8ad9ac2cc95.tar.xz
[syslogng] reflect install alternative for config files in menu
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10228 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/syslogng.in')
-rw-r--r--rules/syslogng.in48
1 files changed, 10 insertions, 38 deletions
diff --git a/rules/syslogng.in b/rules/syslogng.in
index 5a11f073e..df06a2e69 100644
--- a/rules/syslogng.in
+++ b/rules/syslogng.in
@@ -14,19 +14,6 @@ menuconfig SYSLOGNG
if SYSLOGNG
-# disabled. Feature implementations are broken
-#config SYSLOGNG_SUNSTREAMS
-# bool
-# prompt "sun streams support"
-# help
-# Support for Sun STREAMS.
-#
-#config SYSLOGNG_SUNDOOR
-# bool
-# prompt "sun door support"
-# help
-# Support for Sun door
-
config SYSLOGNG__IPV6
bool
prompt "Support ipv6"
@@ -56,38 +43,23 @@ config SYSLOGNG__SPOOF_SOURCE
comment "runtime options ---"
-config ROOTFS_ETC_SYSLOGNG_CONFIG
+config SYSLOGNG_CONFIG
bool
default y
prompt "Install configuration file"
help
- Installs a /etc/syslog-ng.conf from a selectable source.
-
- choice
- prompt "Kind of configuration file"
- depends on ROOTFS_ETC_SYSLOGNG_CONFIG
- default ROOTFS_ETC_SYSLOGNG_CONFIG_DEFAULT
-
- config ROOTFS_ETC_SYSLOGNG_CONFIG_DEFAULT
- bool
- prompt "Use generic"
- help
- Installs a generic /etc/syslog-ng.conf.
- See <ptxdist-install>/generic/etc/syslog-ng.conf
-
- config ROOTFS_ETC_SYSLOGNG_CONFIG_USER
- bool
- prompt "User defined"
- help
- This uses a user defined syslog-ng.conf file. PTXdist
- uses file projectroot/etc/syslog-ng.conf in your local
- project
-
- endchoice
+ Installs (if present) the "./projectroot/etc/syslog-ng.conf"
+ file from your workspace, otherwise a generic one from the
+ ptxdist installation
+ ("<PTXDIST>/generic/etc/syslog-ng.conf").
config SYSLOGNG_STARTSCRIPT
bool
default y
- prompt "install /etc/init.d/syslog-ng"
+
+ Installs (if present) the
+ "./projectroot/etc/init.d/syslog-ng" startscript from your
+ workspace, otherwise a generic one from the ptxdist
+ installation ("<PTXDIST>/generic/etc/init.d/syslog-ng").
endif