https://issues.apache.org/bugzilla/show_bug.cgi?id=49502

           Summary: Little syntax error in shell script httpd.init
           Product: Apache httpd-2
           Version: 2.2.15
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Hi,
I found a litte error at line 119 in the build/rpm/httpd.init file :
> status -p {$pidfile} $httpd

the first '{' is misplaced, it must be :
> status -p ${pidfile} $httpd

If used, the command 'httpd status' return the following error :
httpd dead but subsys locked

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to