mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/d*/Config.in: fix help text wrapping
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter d in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ee71aa2375
commit
67f4794de1
@@ -5,11 +5,11 @@ config BR2_PACKAGE_DOVECOT
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-
|
||||
like systems, written with security primarily in mind. Dovecot is an
|
||||
excellent choice for both small and large installations. It's fast,
|
||||
simple to set up, requires no special administration and it uses very
|
||||
little memory.
|
||||
Dovecot is an open source IMAP and POP3 email server for
|
||||
Linux/UNIX- like systems, written with security primarily in
|
||||
mind. Dovecot is an excellent choice for both small and large
|
||||
installations. It's fast, simple to set up, requires no
|
||||
special administration and it uses very little memory.
|
||||
|
||||
http://www.dovecot.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user