From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QCr6q-0001ek-TI for openembedded-core@lists.openembedded.org; Thu, 21 Apr 2011 12:27:52 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p3LAPGEG003507; Thu, 21 Apr 2011 11:25:16 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03052-06; Thu, 21 Apr 2011 11:25:11 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p3LAP4eR003489 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 Apr 2011 11:25:08 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: <1303377869-7822-1-git-send-email-koen@dominion.thruhere.net> References: <1303377869-7822-1-git-send-email-koen@dominion.thruhere.net> Date: Thu, 21 Apr 2011 11:24:48 +0100 Message-ID: <1303381488.5518.348.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Koen Kooi Subject: Re: [PATCH] cronie 1.4.7: fix packaging 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: Thu, 21 Apr 2011 10:27:52 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-04-21 at 11:24 +0200, Koen Kooi wrote: > Syslog is full with entries like: > > /usr/sbin/crond[773]: (CRON) STAT FAILED (/etc/cron.d): No such file or directory > > Checking the package yields > > Package cronie (1.4.6-r0) is installed on root and has the following files: > /usr/sbin/crond > /etc/init.d/crond > /usr/bin/crontab > /etc/sysconfig/crond > > Which is missing most of what do_install_append installs, this commit fixes that > > Signed-off-by: Koen Kooi Merged to master, thanks. Richard