The attached patch corrects some minor typos in networking/udhcp/Config.in.
-- Stéphane Billiart http://perso.orange.fr/billiart/
Index: networking/udhcp/Config.in =================================================================== --- networking/udhcp/Config.in (revision 21789) +++ networking/udhcp/Config.in (working copy) @@ -38,8 +38,8 @@ depends on APP_UDHCPD help If selected, udhcpd will write a new file with leases every - time a new lease has been accepted, thus eleminating the need - to send SIGUSR1 for the initial writing, or updating. Any timed + time a new lease has been accepted, thus eliminating the need + to send SIGUSR1 for the initial writing or updating. Any timed rewriting remains undisturbed config DHCPD_LEASES_FILE @@ -47,8 +47,8 @@ default "/var/lib/misc/udhcpd.leases" depends on APP_UDHCPD help - The udhcpd stores address in lease files. Normaly it is save - to leave it untouched. + uDHCPd stores addresses in a lease file. This is the absolute path + of the file. Normally it is safe to leave it untouched. config APP_UDHCPC @@ -64,11 +64,11 @@ See http://udhcp.busybox.net for further details. config FEATURE_UDHCPC_ARPING - bool "Ask udhcpc to verify that the offered address is free, using arpping" + bool "Ask udhcpc to verify that the offered address is free, using arping" default y depends on APP_UDHCPC help - If selected, udhcpc will use arpping to make sure the offered address + If selected, udhcpc will use arping to make sure the offered address is really available. The client will DHCPDECLINE the offer if the address is in use, and restart the discover process. @@ -104,8 +104,8 @@ default "/usr/share/udhcpc/default.script" depends on APP_UDHCPC help - This script is called after udhcpc receives and answer. See - examples/udhcp for a working example. Normaly it is save + This script is called after udhcpc receives an answer. See + examples/udhcp for a working example. Normally it is safe to leave this untouched.
_______________________________________________ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox