diff options
author | Peter Powell <petpow@saberuk.com> | 2018-02-17 17:44:17 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-02-17 17:44:52 +0000 |
commit | 5628d84f9ea4e7f767afb7d682c91d54d9b86176 (patch) | |
tree | 6e537120a3931ec0cbb4d1ab95ab9d0578f12ec2 /docs/conf | |
parent | d2efdbf6bb91229d043303b1694fefae79ea6fe7 (diff) |
Move m_sslrehashsignal to the extra directory.
This module uses platform-specific behaviour that does not work on
Windows.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 8bc34f2d3..f8cb7ddfa 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1916,6 +1916,9 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # 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 +# and run make install, then uncomment this module to enable it. #<module name="sslrehashsignal"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |