Module: sip-router
Branch: janakj/mysql
Commit: 2b4d3ac4328516824a3dc06d57c057738cce4430
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b4d3ac…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Feb 6 13:32:59 2008 +0000
- fix user documentation and rename all sgml file after the name change
of the database modules
git-svn-id:
https://openser.svn.sourceforge.net/svnroot/openser/trunk@3639
689a6050-402a-0410-94f2-e92a70836424
---
modules/db_mysql/km_README | 11 ++++++-----
.../db_mysql/km_doc/{mysql.sgml => db_mysql.sgml} | 6 +++---
.../{mysql_devel.sgml => db_mysql_devel.sgml} | 2 +-
.../km_doc/{mysql_faq.sgml => db_mysql_faq.sgml} | 2 +-
.../{mysql_parser.dia => db_mysql_parser.dia} | Bin 2461 -> 2461 bytes
.../km_doc/{mysql_user.sgml => db_mysql_user.sgml} | 12 ++++++------
6 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/modules/db_mysql/km_README b/modules/db_mysql/km_README
index 9ffe9b0..fa0b7be 100644
--- a/modules/db_mysql/km_README
+++ b/modules/db_mysql/km_README
@@ -75,7 +75,7 @@ Chapter 1. User's Guide
Example 1-1. Set ping_interval parameter
...
-modparam("mysql", "ping_interval", 600)
+modparam("db_mysql", "ping_interval", 600)
...
__________________________________________________________
@@ -94,7 +94,7 @@ modparam("mysql", "ping_interval", 600)
Example 1-2. Set timeout_interval parameter
...
-modparam("mysql", "timeout_interval", 2)
+modparam("db_mysql", "timeout_interval", 2)
...
__________________________________________________________
@@ -122,11 +122,12 @@ modparam("auto_reconnect", "auto_reconnect", 0)
not compiled and installed by default. You can use one of the
next options.
- * - edit the "Makefile" and remove "mysql" from
+ * - edit the "Makefile" and remove "db_mysql" from
"excluded_modules" list. Then follow the standard procedure
to install OpenSER: "make all; make install".
- * - from command line use: 'make all include_modules="mysql";
- make install include_modules="mysql"'.
+ * - from command line use: 'make all
+ include_modules="db_mysql"; make install
+ include_modules="db_mysql"'.
__________________________________________________________
Chapter 2. Developer's Guide
diff --git a/modules/db_mysql/km_doc/mysql.sgml b/modules/db_mysql/km_doc/db_mysql.sgml
similarity index 89%
rename from modules/db_mysql/km_doc/mysql.sgml
rename to modules/db_mysql/km_doc/db_mysql.sgml
index cd4d6ac..f98b20c 100644
--- a/modules/db_mysql/km_doc/mysql.sgml
+++ b/modules/db_mysql/km_doc/db_mysql.sgml
@@ -1,9 +1,9 @@
<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
-<!ENTITY user SYSTEM "mysql_user.sgml">
-<!ENTITY devel SYSTEM "mysql_devel.sgml">
-<!ENTITY faq SYSTEM "mysql_faq.sgml">
+<!ENTITY user SYSTEM "db_mysql_user.sgml">
+<!ENTITY devel SYSTEM "db_mysql_devel.sgml">
+<!ENTITY faq SYSTEM "db_mysql_faq.sgml">
<!-- Include general documentation entities -->
<!ENTITY % docentities SYSTEM "../../../doc/entities.sgml">
diff --git a/modules/db_mysql/km_doc/mysql_devel.sgml
b/modules/db_mysql/km_doc/db_mysql_devel.sgml
similarity index 88%
rename from modules/db_mysql/km_doc/mysql_devel.sgml
rename to modules/db_mysql/km_doc/db_mysql_devel.sgml
index f7c2855..ec8667a 100644
--- a/modules/db_mysql/km_doc/mysql_devel.sgml
+++ b/modules/db_mysql/km_doc/db_mysql_devel.sgml
@@ -17,6 +17,6 @@
<!-- Keep this element at the end of the file
Local Variables:
-sgml-parent-document: ("mysql.sgml" "book" "chapter")
+sgml-parent-document: ("db_mysql.sgml" "book" "chapter")
End:
-->
diff --git a/modules/db_mysql/km_doc/mysql_faq.sgml
b/modules/db_mysql/km_doc/db_mysql_faq.sgml
similarity index 96%
rename from modules/db_mysql/km_doc/mysql_faq.sgml
rename to modules/db_mysql/km_doc/db_mysql_faq.sgml
index 94ad10b..526bfb2 100644
--- a/modules/db_mysql/km_doc/mysql_faq.sgml
+++ b/modules/db_mysql/km_doc/db_mysql_faq.sgml
@@ -65,6 +65,6 @@
<!-- Keep this element at the end of the file
Local Variables:
-sgml-parent-document: ("mysql.sgml" "Book" "chapter")
+sgml-parent-document: ("db_mysql.sgml" "Book" "chapter")
End:
-->
diff --git a/modules/db_mysql/km_doc/mysql_parser.dia
b/modules/db_mysql/km_doc/db_mysql_parser.dia
similarity index 100%
rename from modules/db_mysql/km_doc/mysql_parser.dia
rename to modules/db_mysql/km_doc/db_mysql_parser.dia
diff --git a/modules/db_mysql/km_doc/mysql_user.sgml
b/modules/db_mysql/km_doc/db_mysql_user.sgml
similarity index 91%
rename from modules/db_mysql/km_doc/mysql_user.sgml
rename to modules/db_mysql/km_doc/db_mysql_user.sgml
index 7a41ee9..403912e 100644
--- a/modules/db_mysql/km_doc/mysql_user.sgml
+++ b/modules/db_mysql/km_doc/db_mysql_user.sgml
@@ -66,7 +66,7 @@
<title>Set <varname>ping_interval</varname> parameter</title>
<programlisting format="linespecific">
...
-modparam("mysql", "ping_interval", 600)
+modparam("db_mysql", "ping_interval", 600)
...
</programlisting>
</example>
@@ -93,7 +93,7 @@ modparam("mysql", "ping_interval", 600)
<title>Set <varname>timeout_interval</varname>
parameter</title>
<programlisting format="linespecific">
...
-modparam("mysql", "timeout_interval", 2)
+modparam("db_mysql", "timeout_interval", 2)
...
</programlisting>
</example>
@@ -134,15 +134,15 @@ modparam("auto_reconnect", "auto_reconnect", 0)
<itemizedlist>
<listitem>
<para>
- - edit the "Makefile" and remove "mysql" from
"excluded_modules"
+ - edit the "Makefile" and remove "db_mysql" from
"excluded_modules"
list. Then follow the standard procedure to install &ser;:
"make all; make install".
</para>
</listitem>
<listitem>
<para>
- - from command line use: 'make all include_modules="mysql";
- make install include_modules="mysql"'.
+ - from command line use: 'make all include_modules="db_mysql";
+ make install include_modules="db_mysql"'.
</para>
</listitem>
</itemizedlist>
@@ -151,6 +151,6 @@ modparam("auto_reconnect", "auto_reconnect", 0)
<!-- Keep this element at the end of the file
Local Variables:
-sgml-parent-document: "mysql.sgml" "Book" "chapter")
+sgml-parent-document: "db_mysql.sgml" "Book" "chapter")
End:
-->