summaryrefslogtreecommitdiffstats
path: root/rules/fam.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/fam.in')
-rw-r--r--rules/fam.in32
1 files changed, 4 insertions, 28 deletions
diff --git a/rules/fam.in b/rules/fam.in
index ab38180c1..48e5ae624 100644
--- a/rules/fam.in
+++ b/rules/fam.in
@@ -64,33 +64,9 @@ choice
endchoice
-config FAM_INETD_STRING
- string
- 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"
- help
- This string is added to inetd's configuration /etc/inetd.conf.
-
-choice
- prompt "Kind of startup script"
- default ROOTFS_ETC_INITD_FAM_DEFAULT
- depends on FAM_STARTUP_TYPE_STANDALONE
-
- config ROOTFS_ETC_INITD_FAM_DEFAULT
- bool
- prompt "Use generic"
- help
- Installs a generic /etc/init.d/famd startup script.
- See <ptxdist-install>/generic/etc/init.d/famd
-
- config ROOTFS_ETC_INITD_FAM_USER
- bool
- prompt "User defined"
- help
- This uses a user defined fam startup script. PTXdist
- uses files projectroot/etc/init.d/famd in your local
- project
+config FAM_STARTSCRIPT
+ bool
+ default y
+ prompt "install /etc/init.d/famd"
-endchoice
endif