diff mbox

[base] busybox-ifplugd reference set til /usr/bin/ifplugd instead of /usr/sbin/ifplugd.

Message ID 1406701052-5442-1-git-send-email-dore@madsdore.dk
State Changes Requested
Delegated to: Kim
Headers show

Commit Message

Mads Doré Hansen July 30, 2014, 6:17 a.m. UTC
---
 recipes/busybox/files/busybox-ifplugd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/recipes/busybox/files/busybox-ifplugd b/recipes/busybox/files/busybox-ifplugd
index 6fd6230..a99668c 100644
--- a/recipes/busybox/files/busybox-ifplugd
+++ b/recipes/busybox/files/busybox-ifplugd
@@ -2,7 +2,7 @@ 
 
 CFG=/etc/ifplugd/ifplugd.conf
 
-IFPLUGD=/usr/sbin/ifplugd
+IFPLUGD=/usr/bin/ifplugd
 test -x $IFPLUGD || exit 0
 
 [ -f $CFG ] && . $CFG