diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-28 09:58:53 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-28 09:58:53 +0100 |
commit | af31eb896dfa7c163db340b55d43aa5369563d16 (patch) | |
tree | 1b8010abd1960fefc328b0a0efc050cf8a289b97 /config | |
parent | 5ffe7904339f226bb5ddfb8e6780645323a57ab3 (diff) | |
download | pfsense-packages-af31eb896dfa7c163db340b55d43aa5369563d16.tar.gz pfsense-packages-af31eb896dfa7c163db340b55d43aa5369563d16.tar.bz2 pfsense-packages-af31eb896dfa7c163db340b55d43aa5369563d16.zip |
Tweak replication target description
Diffstat (limited to 'config')
-rwxr-xr-x | config/snort/snort_sync.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config/snort/snort_sync.xml b/config/snort/snort_sync.xml index 46922822..6b9e6a7f 100755 --- a/config/snort/snort_sync.xml +++ b/config/snort/snort_sync.xml @@ -172,11 +172,11 @@ </options> </rowhelperfield> <rowhelperfield> - <fielddescr>IP-Address</fielddescr> + <fielddescr>IP Address/Hostname</fielddescr> <fieldname>varsyncipaddress</fieldname> - <description><![CDATA[IP Address of the destination host.]]></description> + <description><![CDATA[IP address or hostname of the destination host.]]></description> <type>input</type> - <size>15</size> + <size>40</size> </rowhelperfield> <rowhelperfield> <fielddescr>Port</fielddescr> @@ -202,8 +202,6 @@ </rowhelper> </field> </fields> - <custom_delete_php_command> - </custom_delete_php_command> <custom_php_resync_config_command> write_config("Snort pkg: saved changes to XMLRPC sync configuration.");snort_sync_on_changes(); </custom_php_resync_config_command> |