summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-core/busybox/files/ifplugd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/busybox/files/ifplugd.init b/recipes-core/busybox/files/ifplugd.init
index 97d6970..87f2408 100755
--- a/recipes-core/busybox/files/ifplugd.init
+++ b/recipes-core/busybox/files/ifplugd.init
@@ -26,7 +26,7 @@ startdaemon(){
}
stopdaemon(){
echo -n "Stopping ifplugd: "
- PIDS=($(find /run -name 'ifplugd.*.pid'))
+ PIDS=($(find /run -xdev -name 'ifplugd.*.pid'))
((i=0))
while ((i < ${#PIDS[@]})) ; do
PF=${PIDS[$i]}