[sr-dev] git:sr_3.0: userblacklist(k): short term fix in the docs for redundant table definition
Andrei Pelinescu-Onciul
andrei at iptel.org
Wed Mar 17 20:20:00 CET 2010
Module: sip-router
Branch: sr_3.0
Commit: 56ca5cb4c864b024c124dc21e225a95cc5cead3f
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56ca5cb4c864b024c124dc21e225a95cc5cead3f
Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date: Wed Feb 24 17:04:54 2010 +0100
userblacklist(k): short term fix in the docs for redundant table definition
(cherry picked from commit 2372a7d5039a72f9cdb6b8bb7acb8a5ae2cb5c5f)
---
modules_k/userblacklist/README | 4 +++-
modules_k/userblacklist/doc/userblacklist_db.xml | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/modules_k/userblacklist/README b/modules_k/userblacklist/README
index c771760..5e0c242 100644
--- a/modules_k/userblacklist/README
+++ b/modules_k/userblacklist/README
@@ -399,7 +399,9 @@ modparam("userblacklist", "userblacklist_whitelist_col", "whitelist")
8. globalblacklist_table (String)
- Name of the globalblacklist table for the userblacklist module.
+ Name of the globalblacklist table for the userblacklist module. Please
+ not that this table is currently ignored, the table needs to be given
+ as a parameter for the check_blacklist function.
Default value is "globalblacklist".
diff --git a/modules_k/userblacklist/doc/userblacklist_db.xml b/modules_k/userblacklist/doc/userblacklist_db.xml
index f4d2585..5e8df9c 100644
--- a/modules_k/userblacklist/doc/userblacklist_db.xml
+++ b/modules_k/userblacklist/doc/userblacklist_db.xml
@@ -111,7 +111,9 @@ modparam("userblacklist", "userblacklist_whitelist_col", "whitelist")
</section>
<section>
<title><varname>globalblacklist_table</varname> (String)</title>
- <para>Name of the globalblacklist table for the userblacklist module.</para>
+ <para>Name of the globalblacklist table for the userblacklist module.
+ Please not that this table is currently ignored, the table needs to be
+ given as a parameter for the check_blacklist function.</para>
<para>
<emphasis>Default value is <quote>globalblacklist</quote>.</emphasis>
</para>
More information about the sr-dev
mailing list