aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-21 18:05:10 -0400
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-21 18:05:10 -0400
commit238c83bd8237e482911b8272e7f420060f5e7714 (patch)
tree2e6d6e0ad3de6858fcc5e4672ef00b9bcaf97540 /networking/Config.in
parent5a7c72015c0562dbe19f1e493b54b4c9db7f6f3a (diff)
downloadbusybox-238c83bd8237e482911b8272e7f420060f5e7714.tar.gz
ftpd: work around LIST -aXYZ too, not only LIST -lXYZ
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 61e59b244..ce7166f98 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -122,8 +122,8 @@ config FEATURE_FTPD_ACCEPT_BROKEN_LIST
default y
depends on FTPD
help
- Some ftp-clients (among them KDE's Konqueror) issue illegal
- "LIST -la" requests. This option works around those problems.
+ Some ftp clients (among them KDE's Konqueror) issue illegal
+ "LIST -l" requests. This option works around such problems.
It might prevent you from listing files starting with "-" and
it increases the code size by ~40 bytes.
Most other ftp servers seem to behave similar to this.