From: Denys Vlasenko Date: Mon, 6 Dec 2010 14:44:13 +0000 (+0100) Subject: typo fix X-Git-Tag: 1_19_0~462 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=309974412a05138805d9d9244e6a39e6dad89e29;p=platform%2Fupstream%2Fbusybox.git typo fix Signed-off-by: Denys Vlasenko --- diff --git a/examples/var_service/README b/examples/var_service/README index 69e1981..2d89281 100644 --- a/examples/var_service/README +++ b/examples/var_service/README @@ -15,7 +15,7 @@ var_service/dhcp_if - controls a udhcpc instance which provides dhpc-assigned IP address on interface named "if". Copy/rename this directory as needed to run udhcpc on other interfaces (var_service/dhcp_if/run script uses _foo suffix -or the parent directory as interface name). When IP address is obtained or lost, +of the parent directory as interface name). When IP address is obtained or lost, var_service/dhcp_if/dhcp_handler is run. It saves new config data to /var/run/service/fw/dhcp_if.ipconf and (re)starts /var/service/fw service. This example can be used as a template for other dynamic network link services