Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > dd1eded079f2b42f96e276fd4e59a3e6 > files > 17

nisca-2.3.2-1mdk.noarch.rpm

#!/usr/bin/php -q
<?
/*
 Network Interface Statistics Collection Agent
 by Brett Baugh
 */

require_once("/etc/nisca/nisca.conf");
require_once($location["functions"]);
?>

Okay, stand by; this shouldn't take long.
(Any errors you see beyond this point are abnormal
and should have some attention payed to them.)

<?
// Update the version number in the database. And that's it.
$sq="update config set version='2.3.2'";
$res=dosql($sq);

echo "------------------------------\nUpdate to version 2.3.2 complete!\n\n";
?>