Changeset 27054 for trunk/ippMonitor/configure.tcsh
- Timestamp:
- Feb 24, 2010, 1:33:57 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/configure.tcsh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/configure.tcsh
r24662 r27054 133 133 if ($#args != 1) goto usage 134 134 135 set hostname = `hostname -f` 136 135 137 echo 136 138 echo "prefix: $prefix" … … 191 193 cat tmp.2 | sed "s|@PERLLIB@|$libdir|" > tmp.1 192 194 cat tmp.1 | sed "s|@SITE@|$site|" > tmp.2 193 cat tmp.2 | sed "s|@DBI@|$DBI|" > raw/site.php 195 cat tmp.2 | sed "s|@DBI@|$DBI|" > tmp.1 196 cat tmp.1 | sed "s|@HOST@|$hostname|" > raw/site.php 194 197 rm -f tmp.1 tmp.2 195 198
Note:
See TracChangeset
for help on using the changeset viewer.
