diff options
author | ivan <ivan> | 2005-05-03 08:51:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-05-03 08:51:38 +0000 |
commit | 22095d167d138ae7561b01d5cfbf4df5ae73a4c8 (patch) | |
tree | 6cd77ccbadd765498bf581b8c47731465b263662 /FS/bin | |
parent | 2400e6482efae6a17a2e4f6b2eeabde051d9522f (diff) |
not running with elevated privs, -T not necessary
Diffstat (limited to 'FS/bin')
-rw-r--r-- | FS/bin/freeside-sqlradius-radacctd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-sqlradius-radacctd b/FS/bin/freeside-sqlradius-radacctd index 8d8e5233c..d66c875b9 100644 --- a/FS/bin/freeside-sqlradius-radacctd +++ b/FS/bin/freeside-sqlradius-radacctd @@ -1,4 +1,4 @@ -#!/usr/bin/perl -Tw +#!/usr/bin/perl -w use strict; use vars qw( @part_export ); |