aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/do-newntpstat
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-05-18 11:21:02 -0500
committerMatt Rude <[email protected]>2011-05-18 11:21:02 -0500
commit1454d0cea688a03899c92e68efd1cc48a7706b1a (patch)
treeac84d1fd8b6905f5b426be582698230ceca96efa /scripts/do-newntpstat
parent825fccb8064c0f4b4b01595adbed7bc9d10412b4 (diff)
downloadtime.mattrude.com-1454d0cea688a03899c92e68efd1cc48a7706b1a.tar.gz
time.mattrude.com-1454d0cea688a03899c92e68efd1cc48a7706b1a.tar.bz2
time.mattrude.com-1454d0cea688a03899c92e68efd1cc48a7706b1a.zip
updates for Linux vs FreeBSD
Diffstat (limited to 'scripts/do-newntpstat')
-rwxr-xr-xscripts/do-newntpstat4
1 files changed, 2 insertions, 2 deletions
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