mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
remove dependency for pkill
SVN-Revision: 33594
This commit is contained in:
parent
f3cab53f27
commit
27144ca2a6
@ -133,7 +133,7 @@ config BUSYBOX_CONFIG_FEATURE_PIDOF_OMIT
|
||||
|
||||
config BUSYBOX_CONFIG_PKILL
|
||||
bool "pkill"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
Send signals to processes by name.
|
||||
|
||||
|
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user