[freeside-commits] freeside/FS/FS Tron.pm,1.1,1.2

Ivan,,, ivan at wavetail.420.am
Tue Aug 26 16:53:49 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv18678/FS/FS

Modified Files:
	Tron.pm 
Log Message:
add unchecked vs. ok distinction to lint

Index: Tron.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Tron.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Tron.pm	22 Aug 2008 03:01:05 -0000	1.1
+++ Tron.pm	26 Aug 2008 23:53:45 -0000	1.2
@@ -53,6 +53,7 @@
     $hash{$option} = $value;
   }
   close READER;
+  close WRITER;
 
   unless ( keys %hash ) {
     return "error scanning $machine\n";
@@ -86,6 +87,8 @@
     push @lint, "$option is $current" unless $current =~ $desired{$option};
   }
 
+  push @lint, 'unchecked' unless scalar($cust_svc->options);
+
   @lint;
 
 }



More information about the freeside-commits mailing list