Index: branches/simmosaic_branches/ippMonitor/configure.tcsh
===================================================================
--- branches/simmosaic_branches/ippMonitor/configure.tcsh	(revision 24860)
+++ branches/simmosaic_branches/ippMonitor/configure.tcsh	(revision 27839)
@@ -133,4 +133,6 @@
 if ($#args != 1) goto usage
 
+set hostname = `hostname -f`
+
 echo
 echo "prefix: $prefix"
@@ -189,7 +191,9 @@
 cat tmp.2           | sed "s|@DBPASS@|$dbpass|"  > tmp.1
 cat tmp.1           | sed "s|@BINDIR@|$bindir|"  > tmp.2
-cat tmp.2           | sed "s|@PERLLIB@|$libdir|" > tmp.1
-cat tmp.1           | sed "s|@SITE@|$site|"      > tmp.2
-cat tmp.2           | sed "s|@DBI@|$DBI|"        > raw/site.php
+cat tmp.2           | sed "s|@LIBDIR@|$libdir|"  > tmp.1
+cat tmp.1           | sed "s|@PERLLIB@|$libdir|" > tmp.2
+cat tmp.2           | sed "s|@SITE@|$site|"      > tmp.1
+cat tmp.1           | sed "s|@DBI@|$DBI|"        > tmp.2
+cat tmp.2           | sed "s|@HOST@|$hostname|"  > raw/site.php
 rm -f tmp.1 tmp.2
 
