summaryrefslogtreecommitdiff
path: root/2.2/init
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2007-09-09 09:16:05 +0000
committerBenedikt Boehm <hollow@gentoo.org>2007-09-09 09:16:05 +0000
commit49fdbf969140ab89c5e8f3acc01b695ee3c1396d (patch)
tree22ff9d02c5f21a332ab5eb7e384def3d139f621c /2.2/init
parentupdate for 2.0.61/2.2.6; backport init script from 2.2 (diff)
downloadapache-49fdbf969140ab89c5e8f3acc01b695ee3c1396d.tar.gz
apache-49fdbf969140ab89c5e8f3acc01b695ee3c1396d.tar.bz2
apache-49fdbf969140ab89c5e8f3acc01b695ee3c1396d.zip
do not checkconfig on stop, bug #191428
Diffstat (limited to '2.2/init')
-rwxr-xr-x2.2/init/apache2.initd1
1 files changed, 0 insertions, 1 deletions
diff --git a/2.2/init/apache2.initd b/2.2/init/apache2.initd
index 5f72d30..addbee4 100755
--- a/2.2/init/apache2.initd
+++ b/2.2/init/apache2.initd
@@ -56,7 +56,6 @@ start() {
}
stop() {
- checkconfig || return 1
ebegin "Stopping apache2"
start-stop-daemon --stop --retry -TERM/5/-KILL/5 --exec ${APACHE2} --pidfile /var/run/apache2.pid
eend $?