Bug 49502

Summary: Little syntax error in shell script httpd.init
Product: Apache httpd-2 Reporter: n.verger
Component: CoreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED FIXED    
Severity: trivial Keywords: FixedInTrunk
Priority: P2    
Version: 2.2.15   
Target Milestone: ---   
Hardware: All   
OS: Linux   

Description n.verger 2010-06-25 10:02:30 UTC
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
Comment 1 Stefan Fritsch 2010-06-26 14:57:15 UTC
thanks. Commited to trunk as r958266
Comment 2 Stefan Fritsch 2012-02-26 17:05:55 UTC
fixed in 2.4.1