From e758793f5cebf92db0f4cb810f06e30c6f4625c6 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 12 Dec 2005 20:12:17 +0000 Subject: [PATCH] loading auth, math, and dbmath as C modules by default now git-svn-id: svn://svn.open-ils.org/ILS/trunk@2349 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/openils.xml.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/examples/openils.xml.example b/Open-ILS/examples/openils.xml.example index 4c8af7bfda..56c1f25d97 100644 --- a/Open-ILS/examples/openils.xml.example +++ b/Open-ILS/examples/openils.xml.example @@ -93,8 +93,8 @@ For non-core config info, see the inline documentation within this file 5 1 - perl - OpenILS::Application::Auth + C + oils_auth.so 93 @@ -207,8 +207,8 @@ For non-core config info, see the inline documentation within this file 3 1 - perl - OpenSRF::Application::Demo::Math + C + osrf_math.so 97 opensrf.math_unix.sock @@ -225,8 +225,8 @@ For non-core config info, see the inline documentation within this file 3 1 - perl - OpenSRF::Application::Demo::MathDB + C + osrf_dbmath.so 99 1000 -- 2.43.2