From patchwork Wed Jul 30 06:17:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Mads_Dor=C3=A9_Hansen?= X-Patchwork-Id: 374673 X-Patchwork-Delegate: kiho@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id C183E14017A for ; Wed, 30 Jul 2014 16:17:42 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 42C8B3F86D for ; Wed, 30 Jul 2014 08:17:38 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from ispc7.dotserv.com (ssl7.dotserv.com [178.20.217.17]) by hugin.dotsrc.org (Postfix) with ESMTPS id 173423F86D for ; Wed, 30 Jul 2014 08:17:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ispc7.dotserv.com (Postfix) with ESMTP id 4EE0B9DBA6 for ; Wed, 30 Jul 2014 08:17:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ispc7.dotserv.com Received: from ispc7.dotserv.com ([127.0.0.1]) by localhost (ispc7.dotserv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3j7qe6NMy6Hp for ; Wed, 30 Jul 2014 08:17:33 +0200 (CEST) Received: from localhost.localdomain (unknown [195.215.105.114]) (Authenticated sender: dore@madsdore.dk) by ispc7.dotserv.com (Postfix) with ESMTPSA id E914C9D44E for ; Wed, 30 Jul 2014 08:17:32 +0200 (CEST) From: =?UTF-8?q?Mads=20Dor=C3=A9?= To: dev@oe-lite.org Subject: [base] busybox-ifplugd reference set til /usr/bin/ifplugd instead of /usr/sbin/ifplugd. Date: Wed, 30 Jul 2014 08:17:32 +0200 Message-Id: <1406701052-5442-1-git-send-email-dore@madsdore.dk> X-Mailer: git-send-email 2.0.3 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/busybox/files/busybox-ifplugd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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