samba36: enable parallel build
[openwrt/openwrt.git] / package / ltq-dsl-app / files / dsl_control
index e8338543013a0ccb2caedbc7a0da17e0e5f8c86a..02e89a0fd7a2cb572ebb48377322741043db2ff5 100644 (file)
@@ -15,7 +15,7 @@ SERVICE_WRITE_PID=1
 # Basic functions to send CLI commands to the dsl_cpe_control daemon
 #
 dsl_cmd() {
-       pkill -0 dsl_cpe_control && (
+       killall -0 dsl_cpe_control && (
                echo "$@" > /tmp/pipe/dsl_cpe0_cmd
                cat /tmp/pipe/dsl_cpe0_ack
        )