diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-12-08 06:08:47 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-12-08 06:08:47 +0100 |
commit | 1f3709ec741cab0ef635059b225fed02b18ca664 (patch) | |
tree | 732bf2f91436f5582f60b058861fbc72f10a5328 /examples/var_service/README | |
parent | 309974412a05138805d9d9244e6a39e6dad89e29 (diff) | |
download | busybox-w32-1f3709ec741cab0ef635059b225fed02b18ca664.tar.gz busybox-w32-1f3709ec741cab0ef635059b225fed02b18ca664.tar.bz2 busybox-w32-1f3709ec741cab0ef635059b225fed02b18ca664.zip |
fix typo in README
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-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 2d8928199..06817c8bc 100644 --- a/examples/var_service/README +++ b/examples/var_service/README | |||
@@ -33,7 +33,7 @@ service. Basically, an example of watchdog service for networks | |||
33 | which are not reliable and need babysitting. | 33 | which are not reliable and need babysitting. |
34 | 34 | ||
35 | var_service/fw - | 35 | var_service/fw - |
36 | An *one-shot* service which reconfigures network based on current known state | 36 | A *one-shot* service which reconfigures network based on current known state |
37 | of ALL interfaces. Uses conf/*.ipconf (static config) and /var/run/service/fw/*.ipconf | 37 | of ALL interfaces. Uses conf/*.ipconf (static config) and /var/run/service/fw/*.ipconf |
38 | (dynamic config from dhcp/ppp/vpn/etc) to determine what to do. | 38 | (dynamic config from dhcp/ppp/vpn/etc) to determine what to do. |
39 | One-shot-ness of this service means that it shuts itself off after single run. | 39 | One-shot-ness of this service means that it shuts itself off after single run. |