diff options
author | Ermal <eri@pfsense.org> | 2011-09-01 15:50:46 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-09-01 15:50:46 +0000 |
commit | 8b8335b73cf3d8b8756fdc98e039e0e6f70e5407 (patch) | |
tree | fafb88fa9bd7dbcab3790e5c96ebb142e24b6ca1 /config/snort | |
parent | bbf3b99723f9b3720070c06b71e0255900f91035 (diff) | |
download | pfsense-packages-8b8335b73cf3d8b8756fdc98e039e0e6f70e5407.tar.gz pfsense-packages-8b8335b73cf3d8b8756fdc98e039e0e6f70e5407.tar.bz2 pfsense-packages-8b8335b73cf3d8b8756fdc98e039e0e6f70e5407.zip |
Be correct at command
Diffstat (limited to 'config/snort')
-rw-r--r-- | config/snort/snort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 06e89bf5..82cfcfd6 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -599,7 +599,7 @@ function snort_postinstall() exec("/usr/bin/fetch -o /usr/local/bin/barnyard2 http://files.pfsense.org/packages/amd64/{$snort_freebsd_ver}/All/barnyard2"); else exec("/usr/bin/fetch -o /usr/local/bin/barnyard2 http://files.pfsense.org/packages/{$snort_freebsd_ver}/All/barnyard2"); - exec('/bin/chmod 755 /usr/local/bin/barnyard2'); + exec('/bin/chmod 0755 /usr/local/bin/barnyard2'); } update_output_window(gettext("Finnished Installing Barnyard2...")); |