From: Alan T. DeKok Date: Sat, 28 Apr 2018 14:29:19 +0000 (-0400) Subject: fix typos in example X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be12cbca8aaaacd697c55616352852c8c55d5a71;p=thirdparty%2Ffreeradius-server.git fix typos in example --- diff --git a/raddb/sites-available/detail b/raddb/sites-available/detail index e0d72bd0342..883a2660a83 100644 --- a/raddb/sites-available/detail +++ b/raddb/sites-available/detail @@ -7,7 +7,7 @@ # $Id$ # ###################################################################### -virtual_server detail { +server detail { # # In v4, all "server" sections MUST start with a "namespace" # parameter. This tells the server which protocol is being used. @@ -103,22 +103,7 @@ virtual_server detail { # filename = "${confdir}/detail-*" - # - # The name of the current working file. - # If ommitted, it is the directory from - # the 'filename' above, with "/detail.work" - # appended to it. - # - # As of v4, you can have multiple detail file - # readers in the same directory. The only - # caveat is that the wildcards CANNOT overlap. - # - # The best way to enforce that is to give the - # the files different prefixes. - # - filename.work = "${confdir}/detail.work" - - # + # # If there are no detail files in the directory, # the listener will periodically wake up to check # for new entries. @@ -135,6 +120,21 @@ virtual_server detail { # subsection above. # work { + # + # The name of the current working file. + # If ommitted, it is the directory from + # the 'filename' above, with "/detail.work" + # appended to it. + # + # As of v4, you can have multiple detail file + # readers in the same directory. The only + # caveat is that the wildcards CANNOT overlap. + # + # The best way to enforce that is to give the + # the files different prefixes. + # + filename.work = "${confdir}/detail.work" + # # Track progress through the detail file. When the detail # file is large, and the server is re-started, it will