From c19339185882b3b6ab0df079fad857d2785a6f0c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 24 Mar 2011 20:51:22 +0000 Subject: remove seemlingly redundant line. caught by XTaran git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@474 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- nagios-check-libs | 1 - 1 file changed, 1 deletion(-) diff --git a/nagios-check-libs b/nagios-check-libs index ae5bb51..abdc3ee 100755 --- a/nagios-check-libs +++ b/nagios-check-libs @@ -114,7 +114,6 @@ if ($CHILD_ERROR) { # program failed for my $line (@lsof) { my ($process, $pid, $user, $fd, undef, undef, undef, $path, $rest) = split /\s+/, $line; if ($line =~ m/\.dpkg-/ || $line =~ m/path inode=/ || $fd eq 'DEL') { - my ($process, $pid, $user, undef, undef, undef, undef, $path, $rest) = split /\s+/, $line; next if $path =~ m#^/proc/#; next if $path =~ m#^/var/tmp/#; next if $path =~ m#^/SYS#; -- cgit v1.2.3