diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /networking/inetd.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2 busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip |
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 9a9956857..2991edc09 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -158,42 +158,42 @@ | |||
158 | //config: default y | 158 | //config: default y |
159 | //config: select FEATURE_SYSLOG | 159 | //config: select FEATURE_SYSLOG |
160 | //config: help | 160 | //config: help |
161 | //config: Internet superserver daemon | 161 | //config: Internet superserver daemon |
162 | //config: | 162 | //config: |
163 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_ECHO | 163 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_ECHO |
164 | //config: bool "Support echo service" | 164 | //config: bool "Support echo service" |
165 | //config: default y | 165 | //config: default y |
166 | //config: depends on INETD | 166 | //config: depends on INETD |
167 | //config: help | 167 | //config: help |
168 | //config: Echo received data internal inetd service | 168 | //config: Echo received data internal inetd service |
169 | //config: | 169 | //config: |
170 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_DISCARD | 170 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_DISCARD |
171 | //config: bool "Support discard service" | 171 | //config: bool "Support discard service" |
172 | //config: default y | 172 | //config: default y |
173 | //config: depends on INETD | 173 | //config: depends on INETD |
174 | //config: help | 174 | //config: help |
175 | //config: Internet /dev/null internal inetd service | 175 | //config: Internet /dev/null internal inetd service |
176 | //config: | 176 | //config: |
177 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_TIME | 177 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_TIME |
178 | //config: bool "Support time service" | 178 | //config: bool "Support time service" |
179 | //config: default y | 179 | //config: default y |
180 | //config: depends on INETD | 180 | //config: depends on INETD |
181 | //config: help | 181 | //config: help |
182 | //config: Return 32 bit time since 1900 internal inetd service | 182 | //config: Return 32 bit time since 1900 internal inetd service |
183 | //config: | 183 | //config: |
184 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME | 184 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME |
185 | //config: bool "Support daytime service" | 185 | //config: bool "Support daytime service" |
186 | //config: default y | 186 | //config: default y |
187 | //config: depends on INETD | 187 | //config: depends on INETD |
188 | //config: help | 188 | //config: help |
189 | //config: Return human-readable time internal inetd service | 189 | //config: Return human-readable time internal inetd service |
190 | //config: | 190 | //config: |
191 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN | 191 | //config:config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN |
192 | //config: bool "Support chargen service" | 192 | //config: bool "Support chargen service" |
193 | //config: default y | 193 | //config: default y |
194 | //config: depends on INETD | 194 | //config: depends on INETD |
195 | //config: help | 195 | //config: help |
196 | //config: Familiar character generator internal inetd service | 196 | //config: Familiar character generator internal inetd service |
197 | //config: | 197 | //config: |
198 | //config:config FEATURE_INETD_RPC | 198 | //config:config FEATURE_INETD_RPC |
199 | //config: bool "Support RPC services" | 199 | //config: bool "Support RPC services" |
@@ -201,7 +201,7 @@ | |||
201 | //config: depends on INETD | 201 | //config: depends on INETD |
202 | //config: select FEATURE_HAVE_RPC | 202 | //config: select FEATURE_HAVE_RPC |
203 | //config: help | 203 | //config: help |
204 | //config: Support Sun-RPC based services | 204 | //config: Support Sun-RPC based services |
205 | 205 | ||
206 | //applet:IF_INETD(APPLET(inetd, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 206 | //applet:IF_INETD(APPLET(inetd, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
207 | 207 | ||