lantiq: fix lantiq-dsl output spam
authorMathias Kresin <dev@kresin.me>
Tue, 11 Oct 2016 07:12:30 +0000 (09:12 +0200)
committerMathias Kresin <dev@kresin.me>
Tue, 11 Oct 2016 07:31:57 +0000 (09:31 +0200)
commit0547b3ca64f8d7dfdde65c638d1ff3d2a57b1abb
treee116dbcd0202ff5010df173e5bb69019e873cbd7
parente6b28802761b8e60b18baa6da7a10c94f8209c3e
lantiq: fix lantiq-dsl output spam

In case the adsl/vdsl service is disabled intentional, the output is
cluttered with the following message multiple times if the status of
the dsl line is queried:

  killall: vdsl_cpe_control: no process killed

If the dsl line status is queried by LuCI, the logfile is spammed with
the message.

Fix the issue by using killall in quite mode. In quite mode killall
still returns a non-zero value if the to be killed process can not be
found so that existing logic based on the return value still works.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh