fix possible crash on user deletion
[srvx.git] / FAQ
diff --git a/FAQ b/FAQ
index 1041fc79638d7db3bfff76604a9150d5ece7d56a..bd55116f447c30d19903c25fff98ee05eece59ff 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -52,8 +52,9 @@ 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?  In addition to the
-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.)
+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.)