diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-04-08 19:50:05 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-04-08 19:50:05 +0000 |
commit | 58c6fe7d66944ded16659a4b2d83f4479ab596c1 (patch) | |
tree | 8479d8df4f9be56a300bfd4b6c2b51e74a312118 /net-www/apache/files | |
parent | Marked as stable (Manifest recommit) (diff) | |
download | gentoo-2-58c6fe7d66944ded16659a4b2d83f4479ab596c1.tar.gz gentoo-2-58c6fe7d66944ded16659a4b2d83f4479ab596c1.tar.bz2 gentoo-2-58c6fe7d66944ded16659a4b2d83f4479ab596c1.zip |
Fix for bug #44559
Diffstat (limited to 'net-www/apache/files')
-rw-r--r-- | net-www/apache/files/2.0.49/apache2.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/files/2.0.49/apache2.initd b/net-www/apache/files/2.0.49/apache2.initd index 987bb6ae1ed3..bd030ee33523 100644 --- a/net-www/apache/files/2.0.49/apache2.initd +++ b/net-www/apache/files/2.0.49/apache2.initd @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/2.0.49/apache2.initd,v 1.3 2004/03/29 20:03:55 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/2.0.49/apache2.initd,v 1.4 2004/04/08 19:50:05 stuart Exp $ opts="${opts} reload" -[ "x${STARTUPERRORLOG}" != "x" ] && APACHE2_OPTS="${APACHE2_OPTS} -d ${STARTUPERRORLOG}" +[ "x${SERVERROOT}" != "x" ] && APACHE2_OPTS="${APACHE2_OPTS} -d ${SERVERROOT}" [ "x${CONFIGFILE}" != "x" ] && APACHE2_OPTS="${APACHE2_OPTS} -f ${CONFIGFILE}" [ "x${STARTUPERRORLOG}" != "x" ] && APACHE2_OPTS="${APACHE2_OPTS} -E ${STARTUPERRORLOG}" # set a default for PIDFILE/RESTARTSTYLE for those that FAILED to follow |