From 80cbaa8217583283f0388a3eec3616449f961721 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 4 Jun 2006 01:55:47 +0000 Subject: [PATCH] updated these, reorg'd a tad --- configs/cstrike/modules.ini | 29 +++++++++++------------------ configs/dod/modules.ini | 29 +++++++++++------------------ configs/esf/modules.ini | 29 +++++++++++------------------ configs/ns/modules.ini | 29 +++++++++++------------------ configs/tfc/modules.ini | 29 +++++++++++------------------ configs/ts/modules.ini | 29 +++++++++++------------------ 6 files changed, 66 insertions(+), 108 deletions(-) diff --git a/configs/cstrike/modules.ini b/configs/cstrike/modules.ini index 22fd4a46..786c5220 100755 --- a/configs/cstrike/modules.ini +++ b/configs/cstrike/modules.ini @@ -1,12 +1,19 @@ ;;; ; To enable a module, remove the semi-colon (;) in front of its name. -; Module names don't have _amxx or their file extension, and they -; are listed one per line. -; You can also put a > in front of a module name to force the name -; to be used as it is, without auto-correcting it. +; If it's not here, simply add it its name, one per line. +; You don't need to write the _amxx part or the file extension. ;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; SQL Modules usually need to be enabled manually ;; +;; You can have any number on at a time. Use ;; +;; amx_sql_type in sql.cfg to specify the default ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;mysqlx +;sqlitex + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Put third party modules below here. ;; ;; You can just list their names, without the _amxx ;; @@ -15,20 +22,6 @@ - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; SQL Modules need to be explicitly enabled. ;; -;; You can only have one type on at a time. ;; -;; However, you can choose either MySQL or MySQLX, ;; -;; or both. If you run both at once, MySQLX will ;; -;; run in backwards compatibility mode. ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -;mysql -;mysqlx -;sqlite - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; These modules will be auto-detected and loaded ;; ;; as needed. You do not need to enable them here ;; diff --git a/configs/dod/modules.ini b/configs/dod/modules.ini index f2f7b4ae..5d135359 100755 --- a/configs/dod/modules.ini +++ b/configs/dod/modules.ini @@ -1,12 +1,19 @@ ;;; ; To enable a module, remove the semi-colon (;) in front of its name. -; Module names don't have _amxx or their file extension, and they -; are listed one per line. -; You can also put a > in front of a module name to force the name -; to be used as it is, without auto-correcting it. +; If it's not here, simply add it its name, one per line. +; You don't need to write the _amxx part or the file extension. ;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; SQL Modules usually need to be enabled manually ;; +;; You can have any number on at a time. Use ;; +;; amx_sql_type in sql.cfg to specify the default ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;mysqlx +;sqlitex + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Put third party modules below here. ;; ;; You can just list their names, without the _amxx ;; @@ -15,20 +22,6 @@ - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; SQL Modules need to be explicitly enabled. ;; -;; You can only have one type on at a time. ;; -;; However, you can choose either MySQL or MySQLX, ;; -;; or both. If you run both at once, MySQLX will ;; -;; run in backwards compatibility mode. ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -;mysql -;mysqlx -;sqlite - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; These modules will be auto-detected and loaded ;; ;; as needed. You do not need to enable them here ;; diff --git a/configs/esf/modules.ini b/configs/esf/modules.ini index efcfe64b..ea73d130 100755 --- a/configs/esf/modules.ini +++ b/configs/esf/modules.ini @@ -1,12 +1,19 @@ ;;; ; To enable a module, remove the semi-colon (;) in front of its name. -; Module names don't have _amxx or their file extension, and they -; are listed one per line. -; You can also put a > in front of a module name to force the name -; to be used as it is, without auto-correcting it. +; If it's not here, simply add it its name, one per line. +; You don't need to write the _amxx part or the file extension. ;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; SQL Modules usually need to be enabled manually ;; +;; You can have any number on at a time. Use ;; +;; amx_sql_type in sql.cfg to specify the default ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;mysqlx +;sqlitex + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Put third party modules below here. ;; ;; You can just list their names, without the _amxx ;; @@ -15,20 +22,6 @@ - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; SQL Modules need to be explicitly enabled. ;; -;; You can only have one type on at a time. ;; -;; However, you can choose either MySQL or MySQLX, ;; -;; or both. If you run both at once, MySQLX will ;; -;; run in backwards compatibility mode. ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -;mysql -;mysqlx -;sqlite - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; These modules will be auto-detected and loaded ;; ;; as needed. You do not need to enable them here ;; diff --git a/configs/ns/modules.ini b/configs/ns/modules.ini index b6e9ecde..3c38f669 100755 --- a/configs/ns/modules.ini +++ b/configs/ns/modules.ini @@ -1,12 +1,19 @@ ;;; ; To enable a module, remove the semi-colon (;) in front of its name. -; Module names don't have _amxx or their file extension, and they -; are listed one per line. -; You can also put a > in front of a module name to force the name -; to be used as it is, without auto-correcting it. +; If it's not here, simply add it its name, one per line. +; You don't need to write the _amxx part or the file extension. ;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; SQL Modules usually need to be enabled manually ;; +;; You can have any number on at a time. Use ;; +;; amx_sql_type in sql.cfg to specify the default ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;mysqlx +;sqlitex + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Put third party modules below here. ;; ;; You can just list their names, without the _amxx ;; @@ -15,20 +22,6 @@ - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; SQL Modules need to be explicitly enabled. ;; -;; You can only have one type on at a time. ;; -;; However, you can choose either MySQL or MySQLX, ;; -;; or both. If you run both at once, MySQLX will ;; -;; run in backwards compatibility mode. ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -;mysql -;mysqlx -;sqlite - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; These modules will be auto-detected and loaded ;; ;; as needed. You do not need to enable them here ;; diff --git a/configs/tfc/modules.ini b/configs/tfc/modules.ini index 43ac4728..670478f8 100755 --- a/configs/tfc/modules.ini +++ b/configs/tfc/modules.ini @@ -1,12 +1,19 @@ ;;; ; To enable a module, remove the semi-colon (;) in front of its name. -; Module names don't have _amxx or their file extension, and they -; are listed one per line. -; You can also put a > in front of a module name to force the name -; to be used as it is, without auto-correcting it. +; If it's not here, simply add it its name, one per line. +; You don't need to write the _amxx part or the file extension. ;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; SQL Modules usually need to be enabled manually ;; +;; You can have any number on at a time. Use ;; +;; amx_sql_type in sql.cfg to specify the default ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;mysqlx +;sqlitex + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Put third party modules below here. ;; ;; You can just list their names, without the _amxx ;; @@ -15,20 +22,6 @@ - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; SQL Modules need to be explicitly enabled. ;; -;; You can only have one type on at a time. ;; -;; However, you can choose either MySQL or MySQLX, ;; -;; or both. If you run both at once, MySQLX will ;; -;; run in backwards compatibility mode. ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -;mysql -;mysqlx -;sqlite - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; These modules will be auto-detected and loaded ;; ;; as needed. You do not need to enable them here ;; diff --git a/configs/ts/modules.ini b/configs/ts/modules.ini index d275a707..cb101fe4 100755 --- a/configs/ts/modules.ini +++ b/configs/ts/modules.ini @@ -1,12 +1,19 @@ ;;; ; To enable a module, remove the semi-colon (;) in front of its name. -; Module names don't have _amxx or their file extension, and they -; are listed one per line. -; You can also put a > in front of a module name to force the name -; to be used as it is, without auto-correcting it. +; If it's not here, simply add it its name, one per line. +; You don't need to write the _amxx part or the file extension. ;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; SQL Modules usually need to be enabled manually ;; +;; You can have any number on at a time. Use ;; +;; amx_sql_type in sql.cfg to specify the default ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;mysqlx +;sqlitex + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Put third party modules below here. ;; ;; You can just list their names, without the _amxx ;; @@ -15,20 +22,6 @@ - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; SQL Modules need to be explicitly enabled. ;; -;; You can only have one type on at a time. ;; -;; However, you can choose either MySQL or MySQLX, ;; -;; or both. If you run both at once, MySQLX will ;; -;; run in backwards compatibility mode. ;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -;mysql -;mysqlx -;sqlite - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; These modules will be auto-detected and loaded ;; ;; as needed. You do not need to enable them here ;;