Преглед изворни кода

drop all leading whitespaces in symbol prompts

The new mconf ignores them anyway, so make it stop warning about it.
Phil Sutter пре 15 година
родитељ
комит
d2b13826a9

+ 1 - 1
package/apr/Config.in

@@ -8,7 +8,7 @@ config ADK_PACKAGE_APR
 	  http://apr.apache.org
 
 config ADK_PACKAGE_APR_THREADING
-        prompt "  Enable threading support"
+        prompt "Enable threading support"
         bool
         default n
         depends on ADK_PACKAGE_APR

+ 2 - 2
package/bogofilter/Config.in

@@ -12,13 +12,13 @@ config ADK_PACKAGE_BOGOFILTER
 
 
 config ADK_PACKAGE_BOGOFILTER_BOGOUTIL
-	prompt "    include bogoutil in firmware image and package file"
+	prompt "include bogoutil in firmware image and package file"
 	bool
 	default n
 	depends on ADK_PACKAGE_BOGOFILTER
 
 config ADK_PACKAGE_BOGOFILTER_BOGOTUNE
-	prompt "    include bogotune in firmware image and package file"
+	prompt "include bogotune in firmware image and package file"
 	bool
 	default n
 	depends on ADK_PACKAGE_BOGOFILTER

+ 1 - 1
package/fetchmail/Config.in

@@ -9,7 +9,7 @@ config ADK_PACKAGE_FETCHMAIL
 		Known to be full of security holes, beware.
 
 config ADK_PACKAGE_FETCHMAIL_SSL
-	bool "  Enable SSL/TLS support"
+	bool "Enable SSL/TLS support"
 	depends on ADK_PACKAGE_FETCHMAIL
 	select ADK_PACKAGE_LIBOPENSSL
 	default n

+ 14 - 14
package/freeradius-server/Config.in

@@ -10,74 +10,74 @@ config ADK_PACKAGE_FREERADIUS_SERVER
 	  http://www.freeradius.org/
 
 config ADK_PACKAGE_FREERADIUS_DEMOCERTS
-	prompt   "  freeradius-democerts.......... Demo certificates to test the server"
+	prompt   "freeradius-democerts.......... Demo certificates to test the server"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_CHAP
-	prompt   "  freeradius-mod-chap........... CHAP module"
+	prompt   "freeradius-mod-chap........... CHAP module"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_DETAIL
-	prompt   "  freeradius-mod-detail......... Detailed accounting module"
+	prompt   "freeradius-mod-detail......... Detailed accounting module"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_DIGEST
-	prompt   "  freeradius-mod-digest......... Digest authentication"
+	prompt   "freeradius-mod-digest......... Digest authentication"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_FILES
-	prompt   "  freeradius-mod-files.......... Module using local files for authorization"
+	prompt   "freeradius-mod-files.......... Module using local files for authorization"
 	tristate
 	default y
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_LDAP
-	prompt   "  freeradius-mod-ldap........... LDAP module"
+	prompt   "freeradius-mod-ldap........... LDAP module"
 	tristate
 	default n
 	select ADK_PACKAGE_LIBOPENLDAP
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_MSCHAP
-	prompt   "  freeradius-mod-mschap......... MS-CHAP and MS-CHAPv2 module"
+	prompt   "freeradius-mod-mschap......... MS-CHAP and MS-CHAPv2 module"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_PAP
-	prompt   "  freeradius-mod-pap............ PAP module"
+	prompt   "freeradius-mod-pap............ PAP module"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_PREPROCESS
-	prompt   "  freeradius-mod-preprocess..... Request pre-processing module"
+	prompt   "freeradius-mod-preprocess..... Request pre-processing module"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_REALM
-	prompt   "  freeradius-mod-realm.......... Realms handling module"
+	prompt   "freeradius-mod-realm.......... Realms handling module"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_SQL
-	prompt   "  freeradius-mod-sql............ Base SQL module"
+	prompt   "freeradius-mod-sql............ Base SQL module"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER
 
 config ADK_PACKAGE_FREERADIUS_MOD_SQL_MYSQL
-	prompt     "  freeradius-mod-sql-mysql.... MySQL module"
+	prompt     "freeradius-mod-sql-mysql.... MySQL module"
 	tristate
 	default n
 	depends on ADK_CXX
@@ -85,14 +85,14 @@ config ADK_PACKAGE_FREERADIUS_MOD_SQL_MYSQL
 	select ADK_PACKAGE_LIBMYSQLCLIENT
 
 config ADK_PACKAGE_FREERADIUS_MOD_SQL_PGSQL
-	prompt     "  freeradius-mod-sql-pgsql.... PostgreSQL module"
+	prompt     "freeradius-mod-sql-pgsql.... PostgreSQL module"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_MOD_SQL
 	select ADK_PACKAGE_LIBPQ
 
 config ADK_PACKAGE_FREERADIUS_UTILS
-	prompt   "  freeradius-utils.............. Misc. client utilities"
+	prompt   "freeradius-utils.............. Misc. client utilities"
 	tristate
 	default n
 	depends on ADK_PACKAGE_FREERADIUS_SERVER

+ 1 - 1
package/irssi/Config.in

@@ -10,7 +10,7 @@ config ADK_PACKAGE_IRSSI
 	  http://irssi.org
 
 config ADK_PACKAGE_IRSSI_SSL
-	bool "  Enable SSL/TLS support"
+	bool "Enable SSL/TLS support"
 	depends on ADK_PACKAGE_IRSSI
 	select ADK_PACKAGE_LIBOPENSSL
 	default n

+ 17 - 17
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

+ 1 - 1
package/mksh/Config.in

@@ -21,7 +21,7 @@ config ADK_PACKAGE_MKSH
 	  http://mirbsd.de/mksh
 
 config ADK_PACKAGE_MKSH_FULL
-	bool "  Include all features"
+	bool "Include all features"
 	depends on ADK_PACKAGE_MKSH
 	default y
 	help

+ 5 - 5
package/mpd/Config.in

@@ -15,7 +15,7 @@ config ADK_PACKAGE_MPD
 	  http://www.musicpd.org/
 
 config ADK_COMPILE_MPD_WITH_MP3
-	prompt   "  MP3 support"
+	prompt   "MP3 support"
 	bool
 	default y
 	depends on ADK_PACKAGE_MPD
@@ -25,7 +25,7 @@ config ADK_COMPILE_MPD_WITH_MP3
 	  Enable mp3 support (libmad).
 
 config ADK_COMPILE_MPD_WITH_MP4
-	prompt   "  MP4/AAC support"
+	prompt   "MP4/AAC support"
 	bool
 	default y
 	depends on ADK_PACKAGE_MPD
@@ -34,7 +34,7 @@ config ADK_COMPILE_MPD_WITH_MP4
 	  Enable mp4/aac support (libfaad2).
 
 config ADK_COMPILE_MPD_OGG
-	prompt   "  Ogg/Vorbis Support"
+	prompt   "Ogg/Vorbis Support"
 	tristate
 	depends on ADK_PACKAGE_MPD
 	select ADK_COMPILE_MPD_WITH_OGG if ADK_COMPILE_MPD_OGG_FLOAT
@@ -73,7 +73,7 @@ config ADK_COMPILE_MPD_WITH_TREMOR
           Can not be used with shout plugin.
 
 config ADK_COMPILE_MPD_WITH_FLAC
-	prompt   "  FLAC Support"
+	prompt   "FLAC Support"
 	bool
 	default y
 	depends on ADK_PACKAGE_MPD
@@ -82,7 +82,7 @@ config ADK_COMPILE_MPD_WITH_FLAC
 	  Enable flac support (libflac).
 
 config ADK_COMPILE_MPD_WITH_SHOUT
-	prompt   "  Shout Support (Streaming support)"
+	prompt   "Shout Support (Streaming support)"
 	bool
 	default y
 	depends on ADK_PACKAGE_MPD

+ 1 - 1
package/nano/Config.in

@@ -9,7 +9,7 @@ config ADK_PACKAGE_NANO
 	  http://www.nano-editor.org/
 
 config ADK_PACKAGE_NANO_TINY
-	prompt "   only compile a minimal nano (using --enable-tiny)"
+	prompt "only compile a minimal nano (using --enable-tiny)"
 	bool
 	default y
 	depends on ADK_PACKAGE_NANO

+ 4 - 4
package/olsrd/Config.in

@@ -10,25 +10,25 @@ config ADK_PACKAGE_OLSRD
 	  http://www.olsr.org/
 
 config ADK_PACKAGE_OLSRD_MOD_DYN_GW
-	prompt   "  olsrd-mod-dyn-gw.............. Dynamic internet gateway plugin"
+	prompt   "olsrd-mod-dyn-gw.............. Dynamic internet gateway plugin"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OLSRD
 
 config ADK_PACKAGE_OLSRD_MOD_HTTPINFO
-	prompt   "  olsrd-mod-httpinfo............ Small informative web server plugin"
+	prompt   "olsrd-mod-httpinfo............ Small informative web server plugin"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OLSRD
 
 config ADK_PACKAGE_OLSRD_MOD_NAMESERVICE
-	prompt   "  olsrd-mod-nameservice......... Lightweight hostname resolver plugin"
+	prompt   "olsrd-mod-nameservice......... Lightweight hostname resolver plugin"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OLSRD
 
 config ADK_PACKAGE_OLSRD_MOD_TAS
-	prompt   "  olsrd-mod-tas................. Tiny Application Server (TAS) plugin for olsrd"
+	prompt   "olsrd-mod-tas................. Tiny Application Server (TAS) plugin for olsrd"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OLSRD

+ 23 - 23
package/opensips/Config.in

@@ -10,7 +10,7 @@ config ADK_PACKAGE_OPENSIPS
 	 configurable, free SIP server.
 
 config ADK_PACKAGE_OPENSIPS_MOD_ACCOUNTING
-	prompt   "  opensips-mod-acc............... Accounting support"
+	prompt   "opensips-mod-acc............... Accounting support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -18,7 +18,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_ACCOUNTING
 	  Enable accounting support
 
 config ADK_PACKAGE_OPENSIPS_MOD_AUTH
-	prompt   "  opensips-mod-auth.............. Authentication support"
+	prompt   "opensips-mod-auth.............. Authentication support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -26,7 +26,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_AUTH
 	  Enable authentication support
 
 config ADK_PACKAGE_OPENSIPS_MOD_AUTH_DB
-	prompt     "  opensips-mod-auth-db......... Authentication with database support"
+	prompt     "opensips-mod-auth-db......... Authentication with database support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS_MOD_AUTH
@@ -34,7 +34,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_AUTH_DB
 	  Enable authentication with database support
 
 config ADK_PACKAGE_OPENSIPS_MOD_AVPOPS
-	prompt   "  opensips-mod-avpops............ AVP options support"
+	prompt   "opensips-mod-avpops............ AVP options support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -42,7 +42,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_AVPOPS
 	  Enable AVP options support
 
 config ADK_PACKAGE_OPENSIPS_MOD_DISPATCHER
-	prompt   "  opensips-mod-dispatcher........ dispatcher support"
+	prompt   "opensips-mod-dispatcher........ dispatcher support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -50,7 +50,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_DISPATCHER
 	  Enable dispatcher options support
 
 config ADK_PACKAGE_OPENSIPS_MOD_DIVERSION
-	prompt   "  opensips-mod-diversion......... diversion support"
+	prompt   "opensips-mod-diversion......... diversion support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -58,7 +58,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_DIVERSION
 	  Enable diversion options support
 
 config ADK_PACKAGE_OPENSIPS_MOD_FLATSTORE
-	prompt   "  opensips-mod-flatstore......... flatstore support"
+	prompt   "opensips-mod-flatstore......... flatstore support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -66,7 +66,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_FLATSTORE
 	  Enable flatstore support
 
 config ADK_PACKAGE_OPENSIPS_MOD_GFLAGS
-	prompt   "  opensips-mod-gflags............ gflags support"
+	prompt   "opensips-mod-gflags............ gflags support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -74,7 +74,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_GFLAGS
 	  Enable GFlags support
 
 config ADK_PACKAGE_OPENSIPS_MOD_GROUP
-	prompt   "  opensips-mod-group............. group support"
+	prompt   "opensips-mod-group............. group support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -82,7 +82,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_GROUP
 	  Enable group support
 
 config ADK_PACKAGE_OPENSIPS_MOD_MEDIAPROXY
-	prompt   "  opensips-mod-mediaproxy........ Mediaproxy support"
+	prompt   "opensips-mod-mediaproxy........ Mediaproxy support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -90,7 +90,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_MEDIAPROXY
 	  Enable mediaproxy support
 
 config ADK_PACKAGE_OPENSIPS_MOD_MSILO
-	prompt   "  opensips-mod-msilo............. MSilo support"
+	prompt   "opensips-mod-msilo............. MSilo support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -98,7 +98,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_MSILO
 	  Enable msilo support
 
 config ADK_PACKAGE_OPENSIPS_MOD_NATHELPER
-	prompt   "  opensips-mod-nathelper......... NAT helper support"
+	prompt   "opensips-mod-nathelper......... NAT helper support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -106,7 +106,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_NATHELPER
 	  NAT helper support
 
 config ADK_PACKAGE_OPENSIPS_MOD_OPTIONS
-	prompt   "  opensips-mod-options........... options support"
+	prompt   "opensips-mod-options........... options support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -114,7 +114,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_OPTIONS
 	  Enable options support
 
 config ADK_PACKAGE_OPENSIPS_MOD_PDT
-	prompt   "  opensips-mod-pdt............... PDT support"
+	prompt   "opensips-mod-pdt............... PDT support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -122,7 +122,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_PDT
 	  Enable pdt support
 
 config ADK_PACKAGE_OPENSIPS_MOD_PERMISSIONS
-	prompt   "  opensips-mod-permissions....... Permissions support"
+	prompt   "opensips-mod-permissions....... Permissions support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -130,7 +130,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_PERMISSIONS
 	  Enable permissions support
 
 config ADK_PACKAGE_OPENSIPS_MOD_PIKE
-	prompt   "  opensips-mod-pike.............. PIKE support"
+	prompt   "opensips-mod-pike.............. PIKE support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -138,7 +138,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_PIKE
 	  Enable pike support
 
 config ADK_PACKAGE_OPENSIPS_MOD_SMS
-	prompt   "  opensips-mod-sms............... SMS support"
+	prompt   "opensips-mod-sms............... SMS support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -146,7 +146,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_SMS
 	  SMS support
 
 config ADK_PACKAGE_OPENSIPS_MOD_SPEEDDIAL
-	prompt   "  opensips-mod-speeddial......... Speed Dial support"
+	prompt   "opensips-mod-speeddial......... Speed Dial support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -154,7 +154,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_SPEEDDIAL
 	  Speed Dial support
 
 config ADK_PACKAGE_OPENSIPS_MOD_UAC
-	prompt   "  opensips-mod-uac............... UAC support"
+	prompt   "opensips-mod-uac............... UAC support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -162,7 +162,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_UAC
 	  Enable UAC support
 
 config ADK_PACKAGE_OPENSIPS_MOD_UAC_REDIRECT
-	prompt   "  opensips-mod-uac............... UAC redirect support"
+	prompt   "opensips-mod-uac............... UAC redirect support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -170,7 +170,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_UAC_REDIRECT
 	  Enable UAC redirect support
 
 config ADK_PACKAGE_OPENSIPS_MOD_URI
-	prompt   "  opensips-mod-uri............... URI support"
+	prompt   "opensips-mod-uri............... URI support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -178,7 +178,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_URI
 	  Enable URI support
 
 config ADK_PACKAGE_OPENSIPS_MOD_URI_DB
-	prompt   "  opensips-mod-uri-db............ URI database support"
+	prompt   "opensips-mod-uri-db............ URI database support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS
@@ -186,7 +186,7 @@ config ADK_PACKAGE_OPENSIPS_MOD_URI_DB
 	  Enable URI database support
 
 config ADK_PACKAGE_OPENSIPS_MOD_XLOG
-	prompt   "  opensips-mod-xlog.............. Logging support"
+	prompt   "opensips-mod-xlog.............. Logging support"
 	tristate
 	default n
 	depends on ADK_PACKAGE_OPENSIPS

+ 1 - 1
package/portmap/Config.in

@@ -8,7 +8,7 @@ config ADK_PACKAGE_PORTMAP
 	  to make RPC calls.  Services that use RPC include NFS and NIS.
 
 config ADK_PACKAGE_PORTMAP_LIBWRAP
-	bool "  Use tcp_wrappers"
+	bool "Use tcp_wrappers"
 	default n
 	depends on ADK_PACKAGE_PORTMAP
 	select ADK_PACKAGE_LIBWRAP

+ 6 - 6
package/quagga/Config.in

@@ -13,7 +13,7 @@ config ADK_PACKAGE_QUAGGA
 	  http://www.quagga.net/
 
 config ADK_PACKAGE_QUAGGA_BGPD
-	prompt   "  quagga-bgpd................... BGPv4, BGPv4+, BGPv4- routing engine"
+	prompt   "quagga-bgpd................... BGPv4, BGPv4+, BGPv4- routing engine"
 	tristate
 	default n
 	depends on ADK_PACKAGE_QUAGGA
@@ -22,7 +22,7 @@ config ADK_PACKAGE_QUAGGA_BGPD
 	  software.
 
 config ADK_PACKAGE_QUAGGA_OSPFD
-	prompt   "  quagga-ospfd.................. OSPFv2 routing engine"
+	prompt   "quagga-ospfd.................. OSPFv2 routing engine"
 	tristate
 	default n
 	depends on ADK_PACKAGE_QUAGGA
@@ -30,7 +30,7 @@ config ADK_PACKAGE_QUAGGA_OSPFD
 	  An OSPFv2 (IPv4) routing engine for use with Quagga routing software.
 
 config ADK_PACKAGE_QUAGGA_OSPF6D
-	prompt   "  quagga-ospf6d................. OSPFv3 routing engine"
+	prompt   "quagga-ospf6d................. OSPFv3 routing engine"
 	tristate
 	default n
 	depends on ADK_PACKAGE_QUAGGA
@@ -39,7 +39,7 @@ config ADK_PACKAGE_QUAGGA_OSPF6D
 	  An OSPFv3 (IPv6) routing engine for use with Quagga routing software.
 
 config ADK_PACKAGE_QUAGGA_RIPD
-	prompt   "  quagga-ripd................... RIP routing engine"
+	prompt   "quagga-ripd................... RIP routing engine"
 	tristate
 	default n
 	depends on ADK_PACKAGE_QUAGGA
@@ -47,7 +47,7 @@ config ADK_PACKAGE_QUAGGA_RIPD
 	  A RIP (IPv4) routing engine for use with Quagga routing software.
 
 config ADK_PACKAGE_QUAGGA_RIPNGD
-	prompt   "  quagga-ripngd................. RIPNG routing engine"
+	prompt   "quagga-ripngd................. RIPNG routing engine"
 	tristate
 	default n
 	depends on ADK_PACKAGE_QUAGGA
@@ -56,7 +56,7 @@ config ADK_PACKAGE_QUAGGA_RIPNGD
 	  A RIPNG (IPv6) routing engine for use with Quagga routing software.
 
 config ADK_PACKAGE_QUAGGA_VTYSH
-	prompt   "  quagga-vtysh.................. integrated shell for Quagga routing software"
+	prompt   "quagga-vtysh.................. integrated shell for Quagga routing software"
 	tristate
 	default n
 	depends on ADK_PACKAGE_QUAGGA

+ 2 - 2
package/rrdcollect/Config.in

@@ -1,5 +1,5 @@
 config ADK_PACKAGE_RRDCOLLECT
-	prompt "  rrdcollect...................... Round-Robin Database (RRD) collecting daemon"
+	prompt "rrdcollect...................... Round-Robin Database (RRD) collecting daemon"
 	tristate
 	default n
 	depends on ADK_PACKAGE_LIBRRD || ADK_PACKAGE_LIBRRD1
@@ -15,7 +15,7 @@ config ADK_PACKAGE_RRDCOLLECT
 	  This package contains only the deamon program.
 
 config ADK_PACKAGE_RRDCOLLECT_EXAMPLE
-	prompt   "    rrdcollect-example.......... Example setup for RRD collecting daemon above"
+	prompt   "rrdcollect-example.......... Example setup for RRD collecting daemon above"
 	tristate
 	default n
 	depends on ADK_PACKAGE_RRDCOLLECT

+ 8 - 8
package/squid/Config.in

@@ -16,56 +16,56 @@ config ADK_PACKAGE_SQUID
 menu "squid............................. proxy and web cache modules"
 
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
-	prompt "  squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"
+	prompt "squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"
 	tristate
 	depends on ADK_PACKAGE_SQUID
 	help
 	  Password basic authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
-	prompt "  squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"
+	prompt "squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"
 	tristate
 	depends on ADK_PACKAGE_SQUID
 	help
 	  NCSA basic authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
-	prompt "  squid-mod-basic-auth-smb............ Samba basic authentication helper"
+	prompt "squid-mod-basic-auth-smb............ Samba basic authentication helper"
 	tristate
 	depends on ADK_PACKAGE_SQUID
 	help
 	  Samba basic authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
-	prompt "  squid-mod-digest-auth-password...... Password digest authentication ehlper"
+	prompt "squid-mod-digest-auth-password...... Password digest authentication ehlper"
 	tristate
 	depends on ADK_PACKAGE_SQUID
 	help
 	  Password digest authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
-	prompt "  squid-mod-external-acl-ip_user...... IP user external ACL helper"
+	prompt "squid-mod-external-acl-ip_user...... IP user external ACL helper"
 	tristate
 	depends on ADK_PACKAGE_SQUID
 	help
 	  IP user external ACL helper
 
 config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
-	prompt "  squid-mod-external-acl-unix-group... Unix group external ACL helper"
+	prompt "squid-mod-external-acl-unix-group... Unix group external ACL helper"
 	tristate
 	depends on ADK_PACKAGE_SQUID
 	help
 	  Unix group external ACL helper
 
 config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
-	prompt "  squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"
+	prompt "squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"
 	tristate
 	depends on ADK_PACKAGE_SQUID
 	help
 	  Fakeauth NTLM authentication helper
 
 config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
-	prompt "  squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"
+	prompt "squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"
 	tristate
 	depends on ADK_PACKAGE_SQUID
 	help

+ 1 - 1
package/subversion/Config.in

@@ -12,7 +12,7 @@ config ADK_PACKAGE_SUBVERSION
 	  http://subversion.tigris.org
 
 config ADK_PACKAGE_SUBVERSION_NEON
-	prompt "  Enable interaction with remote repositories over WebDAV"
+	prompt "Enable interaction with remote repositories over WebDAV"
 	bool
 	default n
 	depends on ADK_PACKAGE_SUBVERSION

+ 3 - 3
package/tinyproxy/Config.in

@@ -10,19 +10,19 @@ config ADK_PACKAGE_TINYPROXY
 		http://tinyproxy.sourceforge.net
 
 config ADK_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
-	prompt "  Enable transparent proxying"
+	prompt "Enable transparent proxying"
 	bool
 	default y
 	depends on ADK_PACKAGE_TINYPROXY
 
 config ADK_COMPILE_TINYPROXY_WITH_FILTER
-	prompt "  Enable filtering support"
+	prompt "Enable filtering support"
 	bool
 	default y
 	depends on ADK_PACKAGE_TINYPROXY
 
 config ADK_COMPILE_TINYPROXY_WITH_UPSTREAM
-	prompt "  Enable upstream support"
+	prompt "Enable upstream support"
 	bool
 	default y
 	depends on ADK_PACKAGE_TINYPROXY

+ 5 - 5
package/ulogd/Config.in

@@ -11,7 +11,7 @@ config ADK_PACKAGE_ULOGD
 	  http://gnumonks.org/projects/ulogd
 
 config ADK_PACKAGE_ULOGD_MOD_MYSQL
-	prompt   "  ulogd-mod-mysql............... Output plugin for logging into a MySQL database"
+	prompt   "ulogd-mod-mysql............... Output plugin for logging into a MySQL database"
 	tristate
 	default n
 	depends on ADK_CXX
@@ -19,28 +19,28 @@ config ADK_PACKAGE_ULOGD_MOD_MYSQL
 	select ADK_PACKAGE_LIBMYSQLCLIENT
 
 config ADK_PACKAGE_ULOGD_MOD_PCAP
-        prompt  "  ulogd-mod-pcap................. Output plugin for logging into pcap format"
+        prompt  "ulogd-mod-pcap................. Output plugin for logging into pcap format"
 	tristate
 	default n
 	depends on ADK_PACKAGE_ULOGD
 	select ADK_PACKAGE_LIBPCAP
 
 config ADK_PACKAGE_ULOGD_MOD_PGSQL
-	prompt   "  ulogd-mod-pgsql............... Output plugin for logging into a PostgreSQL database"
+	prompt   "ulogd-mod-pgsql............... Output plugin for logging into a PostgreSQL database"
 	tristate
 	default n
 	depends on ADK_PACKAGE_ULOGD
 	select ADK_PACKAGE_LIBPQ
 
 config ADK_PACKAGE_ULOGD_MOD_SQLITE
-	prompt   "  ulogd-mod-sqlite.............. Output plugin for logging into an SQLite database"
+	prompt   "ulogd-mod-sqlite.............. Output plugin for logging into an SQLite database"
 	tristate
 	default n
 	depends on ADK_PACKAGE_ULOGD
 	select ADK_PACKAGE_LIBSQLITE
 
 config ADK_PACKAGE_ULOGD_MOD_EXTRA
-	prompt   "  ulogd-mod-extra............... All other plugins"
+	prompt   "ulogd-mod-extra............... All other plugins"
 	tristate
 	default n
 	depends on ADK_PACKAGE_ULOGD