Module: sip-router
Branch: janakj/oracle
Commit: 4f27fa8f47e869f66fe46a5c49854f2860149258
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f27fa8…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Sun Feb 15 14:24:33 2009 +0100
Rename the module to db_oracle.
---
modules/db_oracle/Makefile | 2 +-
modules/db_oracle/oracle_mod.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/db_oracle/Makefile b/modules/db_oracle/Makefile
index d9f2c79..662e301 100644
--- a/modules/db_oracle/Makefile
+++ b/modules/db_oracle/Makefile
@@ -4,7 +4,7 @@
include ../../Makefile.defs
auto_gen =
-NAME = oracle.so
+NAME = db_oracle.so
ORACLE_ROOT = /usr/lib/oracle/xe/app/oracle/product/10.2.0/client
ORACLE_LIBS = $(ORACLE_ROOT)/lib
diff --git a/modules/db_oracle/oracle_mod.c b/modules/db_oracle/oracle_mod.c
index 1ea736e..4315de7 100644
--- a/modules/db_oracle/oracle_mod.c
+++ b/modules/db_oracle/oracle_mod.c
@@ -64,7 +64,7 @@ static cmd_export_t cmds[] = {
struct module_exports exports = {
- "oracle",
+ "db_oracle",
cmds,
0, /* module paramers */