summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-25 13:56:08 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-25 13:56:08 +0000
commitdf0757371c4eda4f3dcec2f189675af828b49a77 (patch)
tree55ce7492e09bf9ca45570675fdb4db040e3ecd96
parentb5cccd1a26821b2eb8ca91f872f4c63514bb797e (diff)
downloadATCD-df0757371c4eda4f3dcec2f189675af828b49a77.tar.gz
ChangeLogTag:Fri Jul 25 08:53:12 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--ChangeLog10
-rwxr-xr-xbin/performance_stats.sh2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 52496097c7e..1eace43d9ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Fri Jul 25 08:53:12 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/performance_stats.sh: Changed the path to mogrify. On
+ flamenco.dre it is installed in /usr/local instead of
+ /usr/bin/X11. This would break the stats pages at UCI. The pages
+ at UCI havent been updated in a long while. Hence shouldnt be a
+ big deal.
+
+ With this change the thumbnails shold be fine at dre pages.
+
Fri Jul 25 11:10:21 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-common.h:
diff --git a/bin/performance_stats.sh b/bin/performance_stats.sh
index ef145327f0e..bf89c71cd21 100755
--- a/bin/performance_stats.sh
+++ b/bin/performance_stats.sh
@@ -172,7 +172,7 @@ _EOF_
cd $DEST/images
/bin/cp *.png thumbnails
for i in *.png; do
- /usr/bin/X11/mogrify -geometry '25%' thumbnails/$i
+ /usr/local/bin/mogrify -geometry '25%' thumbnails/$i
done
)