Bug 546594 - Target "stop" is empty and it may not
Summary: Target "stop" is empty and it may not
Keywords:
Status: CLOSED DUPLICATE of bug 527701
Alias: None
Product: Fedora
Classification: Fedora
Component: microcode_ctl
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Kyle McMartin
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-11 11:15 UTC by Michal Nowak
Modified: 2015-09-01 03:53 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-05-03 10:58:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michal Nowak 2009-12-11 11:15:30 UTC
Description of problem:


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Michal Nowak 2009-12-11 11:21:47 UTC
Description of problem:

newman@dhcp-lab-124 gold-rebuild $ sudo /etc/init.d/microcode_ctl stop
/etc/init.d/microcode_ctl: line 59: syntax error near unexpected token `}'
/etc/init.d/microcode_ctl: line 59: `}'

I understand "stopping" microcode_ctl makes no sense but that target can't be empty anyway.

[...]
stop()
{
}
[...]

What about:

[...]
stop()
{
   true
}
[...]

Since I believe we have to have that type of target.

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

microcode_ctl-1.17-1.56.fc12.x86_64

How reproducible:
always

Comment 2 Paul Jenner 2010-01-02 11:50:47 UTC
Duplicate of bug #527701 ?

Comment 3 Justin Clift 2010-04-29 08:13:21 UTC
Just hit this RHEL 6, and yep it's a duplicate of bug #527701.

Comment 4 Michal Nowak 2010-05-03 10:58:53 UTC

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


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