Revision: 5553 http://ipcop.svn.sourceforge.net/ipcop/?rev=5553&view=rev Author: dotzball Date: 2011-03-24 13:35:13 +0000 (Thu, 24 Mar 2011)
Log Message: ----------- Fix path to traffic db. Modified Paths: -------------- ipcop/trunk/src/scripts/trafficsum Modified: ipcop/trunk/src/scripts/trafficsum =================================================================== --- ipcop/trunk/src/scripts/trafficsum 2011-03-24 13:25:27 UTC (rev 5552) +++ ipcop/trunk/src/scripts/trafficsum 2011-03-24 13:35:13 UTC (rev 5553) @@ -81,7 +81,7 @@ die "option --fixed-quantity requires an argument '', K, M, G or T\n"; } -my $dbh = DBI->connect("dbi:SQLite:dbname=/var/log/ulogd/account.db", "", "", {RaiseError => 1}); +my $dbh = DBI->connect("dbi:SQLite:dbname=/var/log/traffic/aggregate.db", "", "", {RaiseError => 1}); my $groupDetailed = ""; my $selectColumns = ""; my %services = (); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn