Changeset 27113
- Timestamp:
- Feb 26, 2010, 4:50:48 PM (16 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 3 added
- 4 edited
-
Makefile.in (modified) (2 diffs)
-
configure.tcsh (modified) (1 diff)
-
raw/ipp.imfiles.dat (modified) (1 diff)
-
raw/simplePlot.php (added)
-
raw/site.php.in (modified) (1 diff)
-
raw/skyplot.php (added)
-
scripts/skyplot.dvo (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r27054 r27113 13 13 14 14 PROGRAMS = \ 15 $(DESTBIN)/ dbadmin15 $(DESTBIN)/skyplot.dvo 16 16 17 17 RAWSRC = \ … … 39 39 $(DESTWWW)/showimage.php \ 40 40 $(DESTWWW)/nightSummary.php \ 41 $(DESTWWW)/simplePlot.php \ 42 $(DESTWWW)/skyplot.php \ 41 43 $(DESTWWW)/getimage.php 42 44 -
trunk/ippMonitor/configure.tcsh
r27054 r27113 191 191 cat tmp.2 | sed "s|@DBPASS@|$dbpass|" > tmp.1 192 192 cat tmp.1 | sed "s|@BINDIR@|$bindir|" > tmp.2 193 cat tmp.2 | sed "s|@PERLLIB@|$libdir|" > tmp.1 194 cat tmp.1 | sed "s|@SITE@|$site|" > tmp.2 195 cat tmp.2 | sed "s|@DBI@|$DBI|" > tmp.1 196 cat tmp.1 | sed "s|@HOST@|$hostname|" > 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 197 198 rm -f tmp.1 tmp.2 198 199 -
trunk/ippMonitor/raw/ipp.imfiles.dat
r27054 r27113 18 18 menutop | menutop | link | test page | phptest.php 19 19 menutop | menutop | link | night summary | nightSummary.php 20 menutop | menutop | link | simple plot | simplePlot.php -
trunk/ippMonitor/raw/site.php.in
r27054 r27113 8 8 $PERLLIB = "@PERLLIB@"; 9 9 $BINDIR = "@BINDIR@"; 10 $LIBDIR = "@LIBDIR@"; 10 11 $SITE = "@SITE@"; 11 12
Note:
See TracChangeset
for help on using the changeset viewer.
