summaryrefslogtreecommitdiffstats
path: root/rules/fam.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
commite77d46edfa498ea6b9e482eed2f9a4783fb8d66d (patch)
tree6d19776b1d492e8cad206e01f524b1cf3ef5b704 /rules/fam.in
parent596f6514f2ee5cc295a2892704b66c6709478061 (diff)
downloadptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.gz
ptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.xz
* : d-g.in tristate changes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/fam.in')
-rw-r--r--rules/fam.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/rules/fam.in b/rules/fam.in
index 4e90b1a33..9b91d2b85 100644
--- a/rules/fam.in
+++ b/rules/fam.in
@@ -1,9 +1,9 @@
# fam File Alteration Monitor
menuconfig FAM
- bool
+ tristate
depends on BROKEN
- prompt "fam "
+ prompt "fam "
select PORTMAP
select GCCLIBS_CXX
select GCCLIBS_GCC_S
@@ -20,23 +20,22 @@ menuconfig FAM
This daemon requires portmap to spread its service.
+if FAM
+
config FAM_LIBRARY
bool
default n
prompt "Install libfam"
- depends on FAM
help
If there is an application that is linked against libfam check this
entry to install this library also on the target
comment "runtime options ---"
- depends on FAM
config FAM_DEFAULT_CONF
bool
default y
prompt "Use default config file"
- depends on FAM
help
This installs fam distribution's fam.conf file. Its almost generic and
usable.
@@ -44,7 +43,6 @@ config FAM_DEFAULT_CONF
choice
prompt "Kind of startup"
default FAM_STARTUP_TYPE_STANDALONE
- depends on FAM
config FAM_INETD_SERVER
bool
@@ -68,7 +66,6 @@ endchoice
config FAM_INETD_STRING
string
- depends on FAM
depends on FAM_INETD_SERVER
prompt "inetd service entry"
default "sgi_fam/1-2 stream rpc/tcp wait root /usr/sbin/famd famd -c /etc/fam.conf"
@@ -78,7 +75,6 @@ config FAM_INETD_STRING
choice
prompt "Kind of startup script"
default ROOTFS_ETC_INITD_FAM_DEFAULT
- depends on FAM
depends on FAM_STARTUP_TYPE_STANDALONE
config ROOTFS_ETC_INITD_FAM_DEFAULT
@@ -97,3 +93,4 @@ choice
project
endchoice
+endif