diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-01 17:05:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-01 17:05:57 +0000 |
commit | c82b5108e1a40f3b299043770e01d7d7db35de04 (patch) | |
tree | 35039a36868df644b8e5ffc766c1b0c921c88ab5 /include | |
parent | dc7a5eae36d31f5cfc301de2499329b8a03ea660 (diff) | |
download | busybox-w32-c82b5108e1a40f3b299043770e01d7d7db35de04.tar.gz busybox-w32-c82b5108e1a40f3b299043770e01d7d7db35de04.tar.bz2 busybox-w32-c82b5108e1a40f3b299043770e01d7d7db35de04.zip |
udhcp: new config option "Rewrite the lease file at every new acknowledge"
(Mats Erik Andersson <mats@blue2net.com> (Blue2Net AB))
udhcp: consistently treat server_config.start/end IPs as host-order
fix IP parsing for 64bit machines
fix unsafe hton macro usage in read_opt()
do not chdir("/") when daemonizing
fix help text
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 6d02c8bbf..68325046f 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3575,7 +3575,8 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3575 | "Adjust filesystem options on ext[23] filesystems" | 3575 | "Adjust filesystem options on ext[23] filesystems" |
3576 | 3576 | ||
3577 | #define udhcpc_trivial_usage \ | 3577 | #define udhcpc_trivial_usage \ |
3578 | "[-Cfbnqtv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]" | 3578 | "[-Cfbnqtv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n" \ |
3579 | " [-p pidfile] [-r IP] [-s script]" | ||
3579 | #define udhcpc_full_usage \ | 3580 | #define udhcpc_full_usage \ |
3580 | " -V,--vendorclass=CLASSID Set vendor class identifier\n" \ | 3581 | " -V,--vendorclass=CLASSID Set vendor class identifier\n" \ |
3581 | " -i,--interface=INTERFACE Interface to use (default: eth0)\n" \ | 3582 | " -i,--interface=INTERFACE Interface to use (default: eth0)\n" \ |
@@ -3594,7 +3595,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3594 | " -v,--version Display version" \ | 3595 | " -v,--version Display version" \ |
3595 | 3596 | ||
3596 | #define udhcpd_trivial_usage \ | 3597 | #define udhcpd_trivial_usage \ |
3597 | "[configfile]\n" \ | 3598 | "[configfile]" \ |
3598 | 3599 | ||
3599 | #define udhcpd_full_usage \ | 3600 | #define udhcpd_full_usage \ |
3600 | "" | 3601 | "" |