aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-05-24 20:38:43 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-05-24 20:38:43 -0400
commit832b19575cbc8938a200d4a849c25c004fec61c2 (patch)
tree26a72cdf9781bff939731721128fbad13c2e234e /config
parent31deb6977663ee773e05bfc6110c1035a7a3ef30 (diff)
downloadpfsense-packages-832b19575cbc8938a200d4a849c25c004fec61c2.tar.gz
pfsense-packages-832b19575cbc8938a200d4a849c25c004fec61c2.tar.bz2
pfsense-packages-832b19575cbc8938a200d4a849c25c004fec61c2.zip
Add note about sync waiting on remote host to download new rules.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/snort/snort_sync.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/snort/snort_sync.xml b/config/snort/snort_sync.xml
index 24cf9cfa..14a13321 100755
--- a/config/snort/snort_sync.xml
+++ b/config/snort/snort_sync.xml
@@ -116,13 +116,14 @@ POSSIBILITY OF SUCH DAMAGE.
<fielddescr>Refresh Rule Sets</fielddescr>
<fieldname>vardownloadrules</fieldname>
<description><![CDATA[Ask target hosts to refresh rule sets files on each sync operation.<br/><br/>
- During each Snort package sync operation, ask the target host to check for
+ During each Snort package sync operation, ask the target remote host to check for
a new set of posted rule sets files and refresh the local copies if necessary. The default is
- to refresh the files if newer versions have been posted.]]></description>
+ to refresh the files if newer versions have been posted.<br/><br/>
+ <b>Note: </b>The sync process will wait for the rules download and rebuild to finish on the target remote host before returning.]]></description>
<type>select</type>
<default_value>yes</default_value>
<options>
- <option><name>Signal target hosts to refresh rules files</name><value>yes</value></option>
+ <option><name>Signal target host to refresh rules files</name><value>yes</value></option>
<option><name>Do NOT ask target host to refresh rules files</name><value>no</value></option>
</options>
</field>