[freeside-commits] freeside/FS/bin freeside-sqlradius-radacctd, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Mon Nov 28 09:12:06 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail:/tmp/cvs-serv5894

Modified Files:
	freeside-sqlradius-radacctd 
Log Message:
update docs and error message for all three supporte exports

Index: freeside-sqlradius-radacctd
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-sqlradius-radacctd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- freeside-sqlradius-radacctd	28 Nov 2005 17:07:50 -0000	1.5
+++ freeside-sqlradius-radacctd	28 Nov 2005 17:12:04 -0000	1.6
@@ -41,7 +41,8 @@
 
 @part_export = grep { ! $_->option('ignore_accounting') } @part_export;
 
-die "no sqlradius or sqlradius_withdomain exports without ignore_accounting"
+die "no sqlradius, sqlradius_withdomain or radiator exports without".
+    " ignore_accounting"
   unless @part_export;
 
 while (1) {
@@ -126,10 +127,10 @@
 
 =head1 DESCRIPTION
 
-Imports records from an the SQL radacct tables of all sqlradius and
-sqlradius_withdomain exports (except those with the ignore_accounting flag) and
-updates the svc_acct.seconds for each account.  Runs as a daemon and updates
-the database in real-time.
+Imports records from an the SQL radacct tables of all sqlradius, 
+sqlradius_withdomain and radiator exports (except those with the
+ignore_accounting flag) and updates the svc_acct.seconds for each account.
+Runs as a daemon and updates the database in real-time.
 
 B<username> is a username added by freeside-adduser.
 



More information about the freeside-commits mailing list