#!/usr/bin/env sh . ../../settings FIRSTFILE=`ls rrd/|head -n 1` if [ `$BINPATH/rrdtool info rrd/$FIRSTFILE|grep -c ABSOLUTE` -gt 0 ]; then echo "old-style databases found, update necessary."; # update databases if needed # FILES=`ls rrd` for nn in $FILES; do echo "updating $nn" $BINPATH/rrdtool tune rrd/$nn -d in:COUNTER -d out:COUNTER done fi # recompile read-data.pl if needed # if [ read-data.pl -nt read-data ]; then echo "script update detected, recompiling..." rm -f read-data perlcc read-data.pl fi WebSVN - hotsanic - Blame - Rev 36 - /branches/HotSaNIC-0.5.0-jablonecka/modules/traffic/update
  jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [branches/] [HotSaNIC-0.5.0-jablonecka/] [modules/] [traffic/] [update] - Blame information for rev 36

 

Line No. Rev Author Line

Powered by WebSVN 2.2.1