diff options
author | Denys Vlasenko | 2010-12-06 15:44:13 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-12-06 15:44:13 +0100 |
commit | 309974412a05138805d9d9244e6a39e6dad89e29 (patch) | |
tree | 1e45d99c9ed074d8b5e87e16c3524380e51bfd13 /examples/var_service | |
parent | bc3cdf8ed156eadb80bd5f83389ab368df6e5656 (diff) | |
download | busybox-309974412a05138805d9d9244e6a39e6dad89e29.zip busybox-309974412a05138805d9d9244e6a39e6dad89e29.tar.gz |
typo fix
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'examples/var_service')
-rw-r--r-- | examples/var_service/README | 2 |
1 files changed, 1 insertions, 1 deletions
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 |