summaryrefslogtreecommitdiff
path: root/package/lighttpd
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-02 14:47:35 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-02 15:46:20 +0200
commitd2b13826a9e485b520c232914d9c68c1a9e1f8bc (patch)
treeddbca1020308f6e5596fdbe41c0b0e5515e47339 /package/lighttpd
parent5bb02383f8f840353a7e4f64afd0bc22cbec875d (diff)
drop all leading whitespaces in symbol prompts
The new mconf ignores them anyway, so make it stop warning about it.
Diffstat (limited to 'package/lighttpd')
-rw-r--r--package/lighttpd/Config.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in
index f83aebb46..b56fa8bff 100644
--- a/package/lighttpd/Config.in
+++ b/package/lighttpd/Config.in
@@ -11,103 +11,103 @@ config ADK_PACKAGE_LIGHTTPD
http://www.lighttpd.net/
config ADK_COMPILE_LIGHTTPD_WITH_OPENSSL
- bool " Use OpenSSL for https support"
+ bool "Use OpenSSL for https support"
default y
depends on ADK_PACKAGE_LIGHTTPD
select ADK_PACKAGE_LIBOPENSSL
config ADK_PACKAGE_LIGHTTPD_MOD_ACCESSLOG
- prompt " lighttpd-mod-accesslog........ Access logging module"
+ prompt "lighttpd-mod-accesslog........ Access logging module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_ALIAS
- prompt " lighttpd-mod-alias............ Directory alias module"
+ prompt "lighttpd-mod-alias............ Directory alias module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_AUTH
- prompt " lighttpd-mod-auth............. Authentication module"
+ prompt "lighttpd-mod-auth............. Authentication module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_CGI
- prompt " lighttpd-mod-cgi.............. CGI module"
+ prompt "lighttpd-mod-cgi.............. CGI module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_EVASIVE
- prompt " lighttpd-mod-evasive.......... Evasive module"
+ prompt "lighttpd-mod-evasive.......... Evasive module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_EXPIRE
- prompt " lighttpd-mod-expire........... Expire module"
+ prompt "lighttpd-mod-expire........... Expire module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_FASTCGI
- prompt " lighttpd-mod-fastcgi.......... FastCGI module"
+ prompt "lighttpd-mod-fastcgi.......... FastCGI module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_PROXY
- prompt " lighttpd-mod-proxy............ Proxy module"
+ prompt "lighttpd-mod-proxy............ Proxy module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_REDIRECT
- prompt " lighttpd-mod-redirect......... URL redirection module"
+ prompt "lighttpd-mod-redirect......... URL redirection module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_REWRITE
- prompt " lighttpd-mod-rewrite.......... URL rewriting module"
+ prompt "lighttpd-mod-rewrite.......... URL rewriting module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_SETENV
- prompt " lighttpd-mod-setenv........... Environment variable setting module"
+ prompt "lighttpd-mod-setenv........... Environment variable setting module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST
- prompt " lighttpd-mod-simple-vhost..... Simple virtual hosting module"
+ prompt "lighttpd-mod-simple-vhost..... Simple virtual hosting module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_SSI
- prompt " lighttpd-mod-ssi.............. SSI module"
+ prompt "lighttpd-mod-ssi.............. SSI module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_STATUS
- prompt " lighttpd-mod-status........... Server status display module"
+ prompt "lighttpd-mod-status........... Server status display module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_USERTRACK
- prompt " lighttpd-mod-usertrack........ User tracking module"
+ prompt "lighttpd-mod-usertrack........ User tracking module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_WEBDAV
- prompt " lighttpd-mod-webdav........... webdav module"
+ prompt "lighttpd-mod-webdav........... webdav module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD