]> jfr.im git - irc/evilnet/x3.git/blobdiff - FAQ
Couple of srvx updates.
[irc/evilnet/x3.git] / FAQ
diff --git a/FAQ b/FAQ
index 826f75b02317e0b1366efa3cc7d85e50f26b9aec..f1628c7a6209a5031c0dcab802b85e71291a30d9 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -51,3 +51,10 @@ A7) When you run the "configure" script, you must enable the MemoServ
 module; for example, "./configure --enable-modules=memoserv".  Then
 see the comment near the start of src/mod-memoserv.c for configuration
 options.
+
+Q8) How do I enable both HelpServ and MemoServ?
+A8) In addition to the post-install configuration steps above, you
+must mention both when you run the configure script.  For example, run
+it using "./configure --enable-modules=memoserv,helpserv".  (You may
+add the snoop and/or sockcheck modules as well; separate the module
+names with commas.)