First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 209095
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Apache Team - Bugzilla Reports <apache-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: edacval <edacval@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 209095 depends on: Show dependency tree
Bug 209095 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-02-06 07:37 0000
in function gracefulstop line:
${APACHE2} ${APACHE2_OPTS} -k gracefulstop
must be:
${APACHE2} ${APACHE2_OPTS} -k graceful-stop


Reproducible: Always

Steps to Reproduce:
/etc/init.d/apache2 gracefulstop

Actual Results:  
* Gracefully stopping apache2 ...
 apache2: illegal option -- k




possible typo in apache2.initd.
cd /tmp
tar -xjf /usr/portage/distfiles/gentoo-apache-2.2.8-20080119.tar.bz2
grep -B 9 -A 2 -e '-k gracefulstop' gentoo-apache-2.2.8/init/apache2.initd

------- Comment #1 From edacval 2008-02-06 07:43:52 0000 -------
http://sources.gentoo.org/viewcvs.py/apache/trunk/dist/2.2/init/apache2.initd?view=markup 

------- Comment #2 From Benedikt Böhm 2008-03-22 15:34:59 0000 -------
fixed in svn, thanks

First Last Prev Next    No search results available      Search page      Enter new bug