lighttpd: adjust Config.in to make check-package happy
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 31 Oct 2018 09:52:14 +0000 (10:52 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 31 Oct 2018 09:52:14 +0000 (10:52 +0100)
commit71f4f97d0aebe36c6399822840fe5301a5339b10
tree95d8d46de9c61727e200d0b17837f3a5de78de71
parent4ac29a8196903f7e88674bb4b2f58c0f29fb122d
lighttpd: adjust Config.in to make check-package happy

Commit b9d75c717e01aed474b7567c969236418e87eda8 ("lighttpd: add
optional pam support") introduced a new Config.in option, but
check-package was not happy about it:

package/lighttpd/Config.in:30: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
package/lighttpd/Config.in:31: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
package/lighttpd/Config.in:32: attributes order: type, default, depends on, select, help (http://nightly.buildroot.org/#_config_files)
package/lighttpd/Config.in:32: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
package/lighttpd/Config.in:33: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
package/lighttpd/Config.in:34: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)

This commit fixes those indentation and ordering issues.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/lighttpd/Config.in