diff options
author | robiscool <robrob2626@yahoo.com> | 2010-09-10 00:21:14 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2010-09-10 00:21:14 -0700 |
commit | a514c94a987c0733e502edbe74a0569974e6337e (patch) | |
tree | ffddc208430abf1b85efeb1cd857106c021e9f38 /config/snort | |
parent | 9541bd01267fe9d34dd0127e20c269aab82353da (diff) | |
download | pfsense-packages-a514c94a987c0733e502edbe74a0569974e6337e.tar.gz pfsense-packages-a514c94a987c0733e502edbe74a0569974e6337e.tar.bz2 pfsense-packages-a514c94a987c0733e502edbe74a0569974e6337e.zip |
snort, snort.inc add verbose to install code
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 f8798812..ef4e8c51 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -703,7 +703,7 @@ function snort_postinstall() update_output_window(gettext("Please wait Installing...")); if(file_exists('/tmp/pkg_s/perl-threaded-5.12.1_1.tbz')){ - exec('/usr/sbin/pkg_add -f /tmp/pkg_s/perl-threaded-5.12.1_1.tbz'); + exec('/usr/sbin/pkg_add -fv /tmp/pkg_s/perl-threaded-5.12.1_1.tbz'); } update_output_window(gettext("Please wait Cleaning Up...")); |