From 1454d0cea688a03899c92e68efd1cc48a7706b1a Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Wed, 18 May 2011 11:21:02 -0500 Subject: updates for Linux vs FreeBSD --- scripts/do-newntpstat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/do-newntpstat') diff --git a/scripts/do-newntpstat b/scripts/do-newntpstat index b45da14..1d074b8 100755 --- a/scripts/do-newntpstat +++ b/scripts/do-newntpstat @@ -5,7 +5,7 @@ case "$1" in "") echo "Missing system name."; exit 1 esac -RRD_BIN=/usr/local/bin +RRD_BIN=/usr/bin # 26 hours and 8 days data bins @@ -23,5 +23,5 @@ ${RRD_BIN}/rrdtool create $1.rrd \ #end mv $1.rrd ../rrd/ -#echo $1 >> ../rrd/list-of-systems +echo $1 >> ../rrd/list-of-systems ./do-build-index -- cgit v1.2.3-59-ga6da