diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-15 12:09:19 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-15 12:09:19 -0400 |
commit | ced45d45bc7236f435df2ea215a4561ac7285fe9 (patch) | |
tree | 6be58d49985faa725ecf28fe1bdc3ea031c8f054 | |
parent | 810bc388007f82d36ec7de57fbfff105dba28804 (diff) | |
download | pfsense-packages-ced45d45bc7236f435df2ea215a4561ac7285fe9.tar.gz pfsense-packages-ced45d45bc7236f435df2ea215a4561ac7285fe9.tar.bz2 pfsense-packages-ced45d45bc7236f435df2ea215a4561ac7285fe9.zip |
Add history message to write_config() system call.
-rwxr-xr-x | config/snort/snort_sync.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_sync.xml b/config/snort/snort_sync.xml index 8536ed0a..f3db2ce9 100755 --- a/config/snort/snort_sync.xml +++ b/config/snort/snort_sync.xml @@ -207,6 +207,6 @@ POSSIBILITY OF SUCH DAMAGE. <custom_delete_php_command> </custom_delete_php_command> <custom_php_resync_config_command> - write_config();snort_sync_on_changes(); + write_config("Snort pkg: saved changes to XMLRPC sync configuration.");snort_sync_on_changes(); </custom_php_resync_config_command> </packagegui> |