summaryrefslogtreecommitdiff
path: root/1.3
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-08-16 04:49:32 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-08-16 04:49:32 +0000
commit62db04ec8134f76aa1cc6a6a7b768f04ded3f023 (patch)
treed0bf47cfdb0df3c95d7adfc962f7c2e380b46079 /1.3
parentCheck to see if apache is running on reload, error out if it isn't. Fixes bug... (diff)
downloadapache-62db04ec8134f76aa1cc6a6a7b768f04ded3f023.tar.gz
apache-62db04ec8134f76aa1cc6a6a7b768f04ded3f023.tar.bz2
apache-62db04ec8134f76aa1cc6a6a7b768f04ded3f023.zip
Update location of documentation
Diffstat (limited to '1.3')
-rwxr-xr-x1.3/init/apache.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/1.3/init/apache.initd b/1.3/init/apache.initd
index 788538c..46c6c19 100755
--- a/1.3/init/apache.initd
+++ b/1.3/init/apache.initd
@@ -34,7 +34,7 @@ checkconfig() {
# check to see if the old config files exist and aren't used
if [[ "${CONFIGFILE}" != "/etc/apache/conf/apache.conf" &&
-e "/etc/apache/conf/apache.conf" ]]; then
- eerror "Found old apache.conf in /etc/apache/conf. Configuration locations \n have moved, please check ${CONFIGFILE} to make sure it is correct, \n and remove /etc/apache/conf/apache.conf\n\nPlease see http://dev.gentoo.org/~vericgar/doc/apache-package-refresh.html\n for more information."
+ eerror "Found old apache.conf in /etc/apache/conf. Configuration locations \n have moved, please check ${CONFIGFILE} to make sure it is correct, \n and remove /etc/apache/conf/apache.conf\n\nPlease see http://www.gentoo.org/doc/en/apache-upgrading.xml\n for more information."
return 1
fi