diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-24 14:58:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-24 14:58:58 +0200 |
commit | 1a1cfedbef2ee45467b5ed829416090cf8b149ca (patch) | |
tree | 90a62f4d285e71cb54e0f948bdfcd9a4006a010f | |
parent | 4f8ecf273c4a239d007125f3b96a55100b661c04 (diff) | |
download | busybox-w32-1a1cfedbef2ee45467b5ed829416090cf8b149ca.tar.gz busybox-w32-1a1cfedbef2ee45467b5ed829416090cf8b149ca.tar.bz2 busybox-w32-1a1cfedbef2ee45467b5ed829416090cf8b149ca.zip |
Tweak README
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | examples/var_service/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/var_service/README b/examples/var_service/README index 9ad1b2581..d096ad0b9 100644 --- a/examples/var_service/README +++ b/examples/var_service/README | |||
@@ -36,10 +36,10 @@ service accordingly. In effect, it allows you to unplug/plug-to-different-networ | |||
36 | and have your IP properly re-negotiated at once. | 36 | and have your IP properly re-negotiated at once. |
37 | 37 | ||
38 | var_service/dhcp_if_pinger - | 38 | var_service/dhcp_if_pinger - |
39 | Uses var_service/dhcp_if's data (/var/service/dhcp_if/dhcp_if.out file) | 39 | Uses var_service/dhcp_if's data to determine router IP. Pings it. |
40 | to determine router IP. Pings it. If ping fails, restarts /var/service/dhcp_if | 40 | If ping fails, restarts /var/service/dhcp_if service. |
41 | service. Basically, an example of watchdog service for networks | 41 | Basically, an example of watchdog service for networks which are not reliable |
42 | which are not reliable and need babysitting. | 42 | and need babysitting. |
43 | 43 | ||
44 | var_service/fw - | 44 | var_service/fw - |
45 | A *one-shot* service which reconfigures network based on current known state | 45 | A *one-shot* service which reconfigures network based on current known state |