aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2001-06-26 19:49:09 +0000
committerallen <allen@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2001-06-26 19:49:09 +0000
commit3a8879f9b5587a380456a69c2d267059b0f19c63 (patch)
tree0f695d5a890aadf8100c4a8341f7dfaad0c69b1e
parent5c6b55d7b3a425438be5c624de6c6783e6a2e78a (diff)
Make sure startup routine is before IOUtil to pick up files advertised
at startup by IOUtil (that is, the parameter file). (Thanks to Tom for pointing this out). git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@31 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 0760854..3cdede6 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,7 +1,7 @@
# Schedule definitions for thorn httpd_utils
# $Header$
-SCHEDULE HTTPUTILS_Startup AT startup
+SCHEDULE HTTPUTILS_Startup AT startup before IOUtil_Startup
{
LANG: C
} "Utils for httpd startup"