Bug 451870

Summary: wrong permissions for /etc/cron.daily/packagekit-background.cron
Product: [Fedora] Fedora Reporter: Christian Krause <chkr>
Component: PackageKitAssignee: Robin Norwood <robin.norwood>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 9CC: lmacken, richard
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-22 15:26:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christian Krause 2008-06-17 21:19:07 UTC
Description of problem:
The file /etc/cron.daily/packagekit-background.cron doesn't have the execute
permissions, so cron will refuse to run it (run-parts will check "if [ -x $i ];
then"). 

Version-Release number of selected component (if applicable):
PackageKit-cron-0.1.12-13.20080522.fc9.i386

Easy fix: the mentioned file should get the same access rights as the other
files in the cron.daily directory: 755.

Comment 1 Richard Hughes 2008-06-22 15:26:12 UTC
Fixed upstream in commit b9dc48deafe36c69457ed5bfab697db51e75bbf4, many thanks
for reporting this. Richard.