summaryrefslogtreecommitdiff
path: root/2.0
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2006-05-16 00:46:47 +0000
committerMichael Stewart <vericgar@gentoo.org>2006-05-16 00:46:47 +0000
commit10eb6aff64171e69d79b8203cc5f5273022268b5 (patch)
tree57c727e9ec62ecb381baf5546e10b9588cd527de /2.0
parentMinor configuration changes to resync with upstream: (diff)
downloadapache-10eb6aff64171e69d79b8203cc5f5273022268b5.tar.gz
apache-10eb6aff64171e69d79b8203cc5f5273022268b5.tar.bz2
apache-10eb6aff64171e69d79b8203cc5f5273022268b5.zip
We don't use /usr/lib/apache2/build/envvars, remove the check for it from the init script as the environment is overwritten anyways.
Diffstat (limited to '2.0')
-rwxr-xr-x2.0/init/apache2.initd1
1 files changed, 0 insertions, 1 deletions
diff --git a/2.0/init/apache2.initd b/2.0/init/apache2.initd
index 5247101..6e36156 100755
--- a/2.0/init/apache2.initd
+++ b/2.0/init/apache2.initd
@@ -70,7 +70,6 @@ start() {
checkconfig || return 1
ebegin "Starting apache2"
[ -f /var/log/apache2/ssl_scache ] && rm /var/log/apache2/ssl_scache
- [ -f /usr/lib/apache2/build/envvars ] && . /usr/lib/apache2/build/envvars
${APACHE2} ${APACHE2_OPTS} -k start
eend $?
}