aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/do-mung-newhost
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-05-07 21:16:20 -0500
committerMatt Rude <[email protected]>2011-05-07 21:16:20 -0500
commitec9dbe5fa9e188ecada18dafdb96de87a5b9a394 (patch)
treea75b42d963672f43fb2d640680da0d59d5627602 /scripts/do-mung-newhost
parent7d2ac99a052f219d722be747e62a65a936db720c (diff)
downloadtime.mattrude.com-ec9dbe5fa9e188ecada18dafdb96de87a5b9a394.tar.gz
time.mattrude.com-ec9dbe5fa9e188ecada18dafdb96de87a5b9a394.tar.bz2
time.mattrude.com-ec9dbe5fa9e188ecada18dafdb96de87a5b9a394.zip
moving the index names
Diffstat (limited to 'scripts/do-mung-newhost')
-rwxr-xr-xscripts/do-mung-newhost16
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/do-mung-newhost b/scripts/do-mung-newhost
deleted file mode 100755
index b0219b9..0000000
--- a/scripts/do-mung-newhost
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-POOLPAGE=/usr/local/www/data/status
-TEMPLATESDIR=/usr/local/www/data/scripts/templates
-
-cd $POOLPAGE
-cat /dev/null > out.template
-
-for X in `cat /usr/local/www/data/rrd/list-of-systems`
-do
- sed -e s/POOL/$X/g $TEMPLATESDIR/template >> out.template
-done
-
-sync
-cat $TEMPLATESDIR/index-head out.template $TEMPLATESDIR/index-tail > index.html
-rm -f out.template