Bug 292621 - crontabs: run-parts script bug and quick fix
Summary: crontabs: run-parts script bug and quick fix
Keywords:
Status: CLOSED DUPLICATE of bug 264741
Alias: None
Product: Fedora
Classification: Fedora
Component: crontabs
Version: 7
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-16 21:32 UTC by rmhristev
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-17 08:41:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description rmhristev 2007-09-16 21:32:09 UTC
Description of problem:

Bug in run-parts script, crontabs do not run

Version-Release number of selected component (if applicable):

crontabs-1.10-15.fc7.noarch

How reproducible:

always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Line 5 in script currently reads: 

    [ "$AUX1" == $AUX2 ] || exit 0

and it should be:

    [ "$AUX1" == "$AUX2" ] && exit 0

Comment 1 Marcela Mašláňová 2007-09-17 08:41:01 UTC

*** This bug has been marked as a duplicate of 264741 ***


Note You need to log in before you can comment on or make changes to this bug.