From 45e8c18da513a4e88edc41e43b2ce1079ecb8b27 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 27 Aug 2008 00:00:40 +0000 Subject: [PATCH] add unchecked vs. ok distinction to lint --- httemplate/elements/mcp_lint.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httemplate/elements/mcp_lint.html b/httemplate/elements/mcp_lint.html index 9e2b5cab6..5e43dedf0 100644 --- a/httemplate/elements/mcp_lint.html +++ b/httemplate/elements/mcp_lint.html @@ -25,6 +25,8 @@ if ( $opt{svc} ) { die 'neither svc nor cust_main options passed to mcp_lint'; } +push @lint, 'unchecked' unless @svc; + my @lint = (); foreach my $svc ( @svc ) { my @svc_lint = tron_lint($svc); -- 2.11.0