diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-13 22:22:33 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-13 22:22:33 +0000 |
commit | 0d33e174a4ac49e54f73e4375e7702e13a1cf34c (patch) | |
tree | f49ce6b2e62c58cd29cddd76faf4e2f63d38ad5b /docs | |
parent | 5ea4b66f68ea776402d510ed7f7f2e0d61e12673 (diff) |
Update modules.conf.example to use the new --enable-extras syntax.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index f3a0e5f8e..ae32bb0e0 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -943,7 +943,7 @@ # other modules that need it using the libMaxMindDB library. # # # # This module is in extras. Re-run configure with: # -# ./configure --enable-extras=m_geo_maxmind.cpp +# ./configure --enable-extras geo_maxmind # and run make install, then uncomment this module to enable it. # # # # This module requires libMaxMindDB to be installed on your system. # @@ -1262,7 +1262,7 @@ # LDAP module: Allows other SQL modules to access a LDAP database # through a unified API. # This modules is in extras. Re-run configure with: -# ./configure --enable-extras=m_ldap.cpp +# ./configure --enable-extras ldap # and run make install, then uncomment this module to enable it. # #<module name="ldap"> @@ -1406,7 +1406,7 @@ # MySQL module: Allows other SQL modules to access MySQL databases # through a unified API. # This module is in extras. Re-run configure with: -# ./configure --enable-extras=m_mysql.cpp +# ./configure --enable-extras mysql # and run make install, then uncomment this module to enable it. #<module name="mysql"> # @@ -1703,7 +1703,7 @@ # PostgreSQL module: Allows other SQL modules to access PgSQL databases # through a unified API. # This module is in extras. Re-run configure with: -# ./configure --enable-extras=m_pgsql.cpp +# ./configure --enable-extras pgsql # and run make install, then uncomment this module to enable it. #<module name="pgsql"> # @@ -2125,7 +2125,7 @@ # SSL rehash signal module: Allows the SSL modules to be rehashed by # sending SIGUSR1 to a running InspIRCd process. # This modules is in extras. Re-run configure with: -# ./configure --enable-extras=m_sslrehashsignal.cpp +# ./configure --enable-extras sslrehashsignal # and run make install, then uncomment this module to enable it. #<module name="sslrehashsignal"> @@ -2202,7 +2202,7 @@ # SQLite3 module: Allows other SQL modules to access SQLite3 # # databases through a unified API. # # This module is in extras. Re-run configure with: # -# ./configure --enable-extras=m_sqlite3.cpp +# ./configure --enable-extras sqlite3 # and run make install, then uncomment this module to enable it. # # #<module name="sqlite3"> |