From: Stefan Schantl Date: Wed, 14 Feb 2018 13:08:29 +0000 (+0100) Subject: ids.cgi: Drop code which is detecting if oinkmaster is running X-Git-Tag: suricata-beta3~33^2~39^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdfd8913ab5da218c9c5303f67bb5b707da8ee30;p=people%2Fstevee%2Fipfire-2.x.git ids.cgi: Drop code which is detecting if oinkmaster is running This code is not longer required and therefore can be dropped. Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index a9515b72a3..57e7e0193c 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -64,14 +64,6 @@ $snortsettings{'OINKCODE'} = ''; #Get GUI values &Header::getcgihash(\%cgiparams); -# Try to determine if oinkmaster is running. -my $oinkmaster_pid = `pidof oinkmaster.pl -x`; - -# If oinkmaster is running display output. -if ($oinkmaster_pid) { - &working("$Lang::tr{'snort working'}"); -} - # Check if any error has been stored. if (-e $IDS::storederrorfile) { # Open file to read in the stored error message.