diff options
author | Denys Vlasenko | 2022-05-12 11:07:12 +0200 |
---|---|---|
committer | Denys Vlasenko | 2022-05-12 11:07:12 +0200 |
commit | b9c2108b26ad1fe4634c250850a4abadff26c76e (patch) | |
tree | e0458bdcf5238a57138a9b71bb9c7f0fa59e9149 /examples/var_service/dhcp_if/dhcp_handler | |
parent | 1099a27696cd733041db97f99da4e22ecd2424e5 (diff) | |
download | busybox-b9c2108b26ad1fe4634c250850a4abadff26c76e.zip busybox-b9c2108b26ad1fe4634c250850a4abadff26c76e.tar.gz |
examples/var_service/dhcp_if: make helper scripts more talkative
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/var_service/dhcp_if/dhcp_handler')
-rwxr-xr-x | examples/var_service/dhcp_if/dhcp_handler | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/var_service/dhcp_if/dhcp_handler b/examples/var_service/dhcp_if/dhcp_handler index 6a97e85..3e65262 100755 --- a/examples/var_service/dhcp_if/dhcp_handler +++ b/examples/var_service/dhcp_if/dhcp_handler @@ -38,12 +38,10 @@ file_ntpconf="$service.ntpconf" dir_ipconf="/var/run/service/fw" dir_ntpconf="/var/run/service/ntpd" -exec >/dev/null -#exec >>"$0.out" #debug +#exec >/dev/null +#exec >"$0.out" #debug exec 2>&1 -echo "`date`: Params: $*" - if test x"$1" != x"bound" && test x"$1" != x"renew" ; then # Reconfigure network with this interface disabled echo "Deconfiguring" |