Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209095 - www-servers/apache-2.2.8 spelling error in /etc/init.d/apache2
Summary: www-servers/apache-2.2.8 spelling error in /etc/init.d/apache2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-06 07:37 UTC by edacval
Modified: 2008-03-22 15:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description edacval 2008-02-06 07:37:36 UTC
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 2 Benedikt Böhm (RETIRED) gentoo-dev 2008-03-22 15:34:59 UTC
fixed in svn, thanks