summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-11-28 17:12:04 +0000
committerivan <ivan>2005-11-28 17:12:04 +0000
commit8293ef7884a56f92681d2af8d7581dece7446560 (patch)
tree80c8196e3f126182228638879f6d3672b2b980eb
parent8a90e2477b53a9c1f7472a7145858b6a5765d966 (diff)
update docs and error message for all three supporte exports
-rw-r--r--FS/bin/freeside-sqlradius-radacctd11
1 files changed, 6 insertions, 5 deletions
diff --git a/FS/bin/freeside-sqlradius-radacctd b/FS/bin/freeside-sqlradius-radacctd
index d755923..324e4ab 100644
--- a/FS/bin/freeside-sqlradius-radacctd
+++ b/FS/bin/freeside-sqlradius-radacctd
@@ -41,7 +41,8 @@ push @part_export,
@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 @@ freeside-sqlradius-radacctd - Real-time radacct import daemon
=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.