Bug 574896 - typo in /etc/init.d/nagios
Summary: typo in /etc/init.d/nagios
Keywords:
Status: CLOSED DUPLICATE of bug 573119
Alias: None
Product: Fedora
Classification: Fedora
Component: nagios
Version: 12
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Peter Lemenkov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-03-18 19:20 UTC by Joachim Jaeckel
Modified: 2010-03-18 19:24 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-03-18 19:24:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joachim Jaeckel 2010-03-18 19:20:23 UTC
Description of problem:

syntax error in /etc/init.d/nagios

line 134 space missing between [ and -x

134c134
<                       [-x /sbin/restorecon ] && /sbin/restorecon $NagiosRunFile
---
>                       [ -x /sbin/restorecon ] && /sbin/restorecon $NagiosRunFile



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

nagios-3.2.0-4.fc12.x86_64

How reproducible:
always reproducible

Steps to Reproduce:
1. service nagios start
2.
3.
  
Actual results:
line 134: [-x: command not found


Expected results:
-

Additional info:

Comment 1 Peter Lemenkov 2010-03-18 19:24:55 UTC

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


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