summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-08 23:46:48 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-08 23:46:48 +0000
commit5e4fda0affaa0a80a5ff33dd72c702b8f905be33 (patch)
tree9e31fd173276aa6c8e03ba70511c72fe8550e68a /include
parentbf9d17949ee8b5ba8bbfdcd9a78b9a12fb122b63 (diff)
downloadbusybox-w32-5e4fda0affaa0a80a5ff33dd72c702b8f905be33.tar.gz
busybox-w32-5e4fda0affaa0a80a5ff33dd72c702b8f905be33.tar.bz2
busybox-w32-5e4fda0affaa0a80a5ff33dd72c702b8f905be33.zip
ftpd: code chrink, fixed some minor bugs
ls: update comment *: openlog fixes (added LOG_PID, set LOG_DAEMON as appropriate) function old new delta xwrite_str - 26 +26 cmdio_write_ok - 15 +15 handle_cwd 40 45 +5 packed_usage 25668 25670 +2 cmdio_write_raw 7 9 +2 handle_upload_common 322 320 -2 udhcpd_main 1375 1372 -3 udhcpc_main 2362 2359 -3 port_cleanup 27 23 -4 handle_dir_common 221 209 -12 str_netfd_write 26 - -26 cmdio_get_cmd_and_arg 122 - -122 ftpd_main 2208 2050 -158 ------------------------------------------------------------------------------ text data bss dec hex filename 809933 476 7864 818273 c7c61 busybox_old 809199 476 7864 817539 c7983 busybox_unstripped
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index fb43fa369..e3905eb8a 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1281,7 +1281,7 @@
1281 "\n -f Force file system check" \ 1281 "\n -f Force file system check" \
1282 1282
1283#define ftpd_trivial_usage \ 1283#define ftpd_trivial_usage \
1284 "[-w] [DIR]" 1284 "[-vw] [DIR]"
1285#define ftpd_full_usage "\n\n" \ 1285#define ftpd_full_usage "\n\n" \
1286 "FTP server\n" \ 1286 "FTP server\n" \
1287 "\n" \ 1287 "\n" \
@@ -1291,6 +1291,7 @@
1291 "It also can be ran from tcpsvd:\n" \ 1291 "It also can be ran from tcpsvd:\n" \
1292 " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" \ 1292 " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" \
1293 "\nOptions:" \ 1293 "\nOptions:" \
1294 "\n -v Log also to stderr" \
1294 "\n -w Allow upload" \ 1295 "\n -w Allow upload" \
1295 "\n DIR Change root to ths directory" \ 1296 "\n DIR Change root to ths directory" \
1296 1297