From: Heikki Levanto Date: Fri, 18 Mar 2011 13:03:41 +0000 (+0100) Subject: Indicator for security packages X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=ed217e789ded5e656e7d479ecafdc232ccfaca97;p=git-tools-moved-to-github.git Indicator for security packages --- diff --git a/aptcheck/aptcheck.pl b/aptcheck/aptcheck.pl index 22ad13f..317341d 100755 --- a/aptcheck/aptcheck.pl +++ b/aptcheck/aptcheck.pl @@ -67,14 +67,14 @@ for $hline ( split("\n",$hostlist) ) { $pkgs++; my $key = $pkg; if ( $src =~ /Security/ ) { - $det .= "$pkg"; + $det .= "$pkg (s) "; $key = "$pkg"; $sechosts{$H}=1; $secpkgs{$pkg}=1; $secs++; $sectot++; } elsif ( $src =~ /Indexdata/ ) { - $det .= "$pkg"; + $det .= "$pkg (id) "; $key = "$pkg"; $ownhosts{$H}=1; $ownpkgs{$pkg}=1;