From: Denys Vlasenko Date: Wed, 8 Dec 2010 05:08:47 +0000 (+0100) Subject: fix typo in README X-Git-Tag: 1_19_0~461 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f3709ec741cab0ef635059b225fed02b18ca664;p=oweals%2Fbusybox.git fix typo in README Signed-off-by: Denys Vlasenko --- 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 which are not reliable and need babysitting. var_service/fw - -An *one-shot* service which reconfigures network based on current known state +A *one-shot* service which reconfigures network based on current known state of ALL interfaces. Uses conf/*.ipconf (static config) and /var/run/service/fw/*.ipconf (dynamic config from dhcp/ppp/vpn/etc) to determine what to do. One-shot-ness of this service means that it shuts itself off after single run.