diff options
author | Ermal <eri@pfsense.org> | 2012-07-14 21:28:43 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-14 21:28:43 +0000 |
commit | 107f17441518c62a6de00124f2fb3e4ceb316894 (patch) | |
tree | 24809b2e78218b17e46775f88dc6be25d10122d0 | |
parent | 26194417fc07162490296c326fa8590f578028ae (diff) | |
download | pfsense-packages-107f17441518c62a6de00124f2fb3e4ceb316894.tar.gz pfsense-packages-107f17441518c62a6de00124f2fb3e4ceb316894.tar.bz2 pfsense-packages-107f17441518c62a6de00124f2fb3e4ceb316894.zip |
Copy forogotten file
-rw-r--r-- | config/snort/snort_check_for_rule_updates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_check_for_rule_updates.php b/config/snort/snort_check_for_rule_updates.php index 1062bd82..2b9dcdc6 100644 --- a/config/snort/snort_check_for_rule_updates.php +++ b/config/snort/snort_check_for_rule_updates.php @@ -211,7 +211,7 @@ if ($snortdownload == 'on') { /* extract base etc files */ exec("/usr/bin/tar xzf {$tmpfname}/{$snort_filename} -C {$snortdir}/tmp etc/"); - foreach (array("classification.config", "reference.config", "sid-msg.map", "unicode.map") as $file) { + foreach (array("classification.config", "reference.config", "gen-msg.map", "sid-msg.map", "unicode.map") as $file) { if (file_exists("{$snortdir}/tmp/etc/{$file}")) @copy("{$snortdir}/tmp/etc/{$file}", "{$snortdir}/{$file}"); } |