From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Suqvy-0006ih-A4 for openembedded-core@lists.openembedded.org; Fri, 27 Jul 2012 22:14:50 +0200 Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=[192.168.114.6]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Suqkq-0000Rv-32; Fri, 27 Jul 2012 22:03:20 +0200 Message-ID: <1343419294.4470.82.camel@x121e.pbcl.net> From: Phil Blundell To: Patches and discussions about the oe-core layer Date: Fri, 27 Jul 2012 21:01:34 +0100 In-Reply-To: <1343418723-28606-1-git-send-email-fcooper@ti.com> References: <1343418723-28606-1-git-send-email-fcooper@ti.com> X-Mailer: Evolution 3.4.3-1 Mime-Version: 1.0 Cc: Franklin S Cooper Jr Subject: Re: [PATCH] busybox: Add inetd related files X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2012 20:14:50 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2012-07-27 at 14:52 -0500, Franklin S Cooper Jr wrote: > +if ! [ -x /usr/sbin/inetd ]; then >+ exit 0 >+fi That should be ${sbindir}. p.