diff options
author | Rob Landley <rob@landley.net> | 2005-08-13 00:26:01 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-08-13 00:26:01 +0000 |
commit | fc455b2101edbf97331384831de2989ce9cdb731 (patch) | |
tree | 521f09b4ca5cb42280e51c7618930ea4f0e68dfb /busybox/include | |
parent | 365a345e92c25c60c977aa1596e31a1e6b9cea80 (diff) | |
download | busybox-w32-fc455b2101edbf97331384831de2989ce9cdb731.tar.gz busybox-w32-fc455b2101edbf97331384831de2989ce9cdb731.tar.bz2 busybox-w32-fc455b2101edbf97331384831de2989ce9cdb731.zip |
1.0 backports of:
10861, 10875, 10881, 10888 ash fix
10865 suid thing? (look at this)
10886 telnet bugfix
10866 ftp fix for RFC 959 compliance.
10867 Remove spurious newline from cp -i prompt.
10874 ksyslogd fix
10876 msh fix
10877 httpd fix
10880, 10889, 11005 dhcp fixes
Diffstat (limited to 'busybox/include')
-rw-r--r-- | busybox/include/applets.h | 2 | ||||
-rw-r--r-- | busybox/include/usage.h | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/busybox/include/applets.h b/busybox/include/applets.h index 21f82f57d..d89500e77 100644 --- a/busybox/include/applets.h +++ b/busybox/include/applets.h | |||
@@ -672,7 +672,7 @@ | |||
672 | #endif | 672 | #endif |
673 | 673 | ||
674 | #if !defined(PROTOTYPES) && !defined(MAKE_USAGE) | 674 | #if !defined(PROTOTYPES) && !defined(MAKE_USAGE) |
675 | { 0,NULL,0 } | 675 | { 0,NULL,0,0 } |
676 | }; | 676 | }; |
677 | 677 | ||
678 | #endif | 678 | #endif |
diff --git a/busybox/include/usage.h b/busybox/include/usage.h index ad4410196..b58c57275 100644 --- a/busybox/include/usage.h +++ b/busybox/include/usage.h | |||
@@ -2610,9 +2610,10 @@ | |||
2610 | "/dev/tty2\n" | 2610 | "/dev/tty2\n" |
2611 | 2611 | ||
2612 | #define udhcpc_trivial_usage \ | 2612 | #define udhcpc_trivial_usage \ |
2613 | "[-fbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]" | 2613 | "[-Cfbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]" |
2614 | #define udhcpc_full_usage \ | 2614 | #define udhcpc_full_usage \ |
2615 | "\t-c,\t--clientid=CLIENTID\tClient identifier\n" \ | 2615 | "\t-c,\t--clientid=CLIENTID\tSet client identifier\n" \ |
2616 | "\t-C,\t--clientid-none\tSuppress default client identifier\n" \ | ||
2616 | "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ | 2617 | "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ |
2617 | "\t-h,\t \tAlias for -H\n" \ | 2618 | "\t-h,\t \tAlias for -H\n" \ |
2618 | "\t-f,\t--foreground\tDo not fork after getting lease\n" \ | 2619 | "\t-f,\t--foreground\tDo not fork after getting lease\n" \ |