summaryrefslogtreecommitdiffstats
path: root/rules/apache2.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/apache2.in')
-rw-r--r--rules/apache2.in33
1 files changed, 5 insertions, 28 deletions
diff --git a/rules/apache2.in b/rules/apache2.in
index cc398930c..10993a989 100644
--- a/rules/apache2.in
+++ b/rules/apache2.in
@@ -49,34 +49,6 @@ config APACHE2_SERVERROOT
This directory defines apache's serverroot where the icons are
located.
-menuconfig ROOTFS_ETC_INITD_HTTPD
- tristate
- default y
- prompt "install startup script "
- help
- The /etc/init.d/httpd script lets you control the apache daemon.
-
- choice
- prompt "Kind of startup script"
- depends on ROOTFS_ETC_INITD_HTTPD
- default ROOTFS_ETC_INITD_HTTPD_DEFAULT
-
- config ROOTFS_ETC_INITD_HTTPD_DEFAULT
- bool
- prompt "Use generic"
- help
- Install a generic /etc/init.d/httpd file.
- See <ptxdist-install>/generic/etc/init.d/httpd
-
- config ROOTFS_ETC_INITD_HTTPD_USER
- bool
- prompt "User defined"
- help
- This uses a user defined httpd startup script. PTXdist
- uses file projectroot/etc/init.d/httpd in your local
- project
- endchoice
-
config APACHE2_INSTALL_CONFIG
bool
default y
@@ -190,5 +162,10 @@ config APACHE2_CUSTOMERRORS
the MultiViews feature. This feature is enabled by default via the
Options, Language and ErrorDocument directives.
+config APACHE2_STARTSCRIPT
+ bool
+ default y
+ prompt "install /etc/init.d/httpd"
+
endif