index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
ltq-dsl-app
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
John Crispin <john@openwrt.org>
2012-09-28 22:37:04 +0000
committer
John Crispin <john@openwrt.org>
2012-09-28 22:37:04 +0000
commit
27144ca2a63c07fe85a00e49a4fa9ff50f99d00d
(
patch
)
tree
798aa37afe870ad67b24fc9e90b5a80a2dbdb6df
/
package/ltq-dsl-app
parent
f3cab53f273a1e89a46c84465c2fbdf02adbd52b
(
diff
)
remove dependency for pkill
SVN-Revision: 33594
Diffstat
(limited to 'package/ltq-dsl-app')
-rw-r--r--
package/ltq-dsl-app/files/dsl_control
2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-dsl-app/files/dsl_control b/package/ltq-dsl-app/files/dsl_control
index e833854301..02e89a0fd7 100644
--- a/
package/ltq-dsl-app/files/dsl_control
+++ b/
package/ltq-dsl-app/files/dsl_control
@@ -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
)