From: André Luiz dos Santos Date: Mon, 17 Oct 2016 15:26:32 +0000 (-0200) Subject: Minor typo X-Git-Tag: release_3_0_13~139^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9ed605238543bdfbeef4a603dba8e50f65fcf05;p=thirdparty%2Ffreeradius-server.git Minor typo --- diff --git a/raddb/mods-available/README.rst b/raddb/mods-available/README.rst index 8ffb7648fda..227f6df1c91 100644 --- a/raddb/mods-available/README.rst +++ b/raddb/mods-available/README.rst @@ -1,7 +1,7 @@ Modules in Version 3 ==================== -As of Version 3, all of the modules have been places in the +As of Version 3, all of the modules have been placed in the "mods-available/" directory. This practice follows that used by other servers such as Nginx, Apache, etc. The "modules" directory should not be used. @@ -58,7 +58,7 @@ If you see this message:: Ignoring module (see raddb/mods-available/README.rst) Then you are in the right place. Most of the time this message can be -ignored. The message can be fixed by find the references to "-module" +ignored. The message can be fixed by finding the references to "-module" in the virtual server, and deleting them. Another way to fix it is to configure the module, as described above.