- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippMonitor/configure.tcsh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippMonitor/configure.tcsh
r24662 r27840 133 133 if ($#args != 1) goto usage 134 134 135 set hostname = `hostname -f` 136 135 137 echo 136 138 echo "prefix: $prefix" … … 189 191 cat tmp.2 | sed "s|@DBPASS@|$dbpass|" > tmp.1 190 192 cat tmp.1 | sed "s|@BINDIR@|$bindir|" > tmp.2 191 cat tmp.2 | sed "s|@PERLLIB@|$libdir|" > tmp.1 192 cat tmp.1 | sed "s|@SITE@|$site|" > tmp.2 193 cat tmp.2 | sed "s|@DBI@|$DBI|" > raw/site.php 193 cat tmp.2 | sed "s|@LIBDIR@|$libdir|" > tmp.1 194 cat tmp.1 | sed "s|@PERLLIB@|$libdir|" > tmp.2 195 cat tmp.2 | sed "s|@SITE@|$site|" > tmp.1 196 cat tmp.1 | sed "s|@DBI@|$DBI|" > tmp.2 197 cat tmp.2 | sed "s|@HOST@|$hostname|" > raw/site.php 194 198 rm -f tmp.1 tmp.2 195 199
Note:
See TracChangeset
for help on using the changeset viewer.
