From 3a8879f9b5587a380456a69c2d267059b0f19c63 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 26 Jun 2001 19:49:09 +0000 Subject: 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 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3