summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-07-25 13:56:08 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-07-25 13:56:08 +0000
commit3d153e52063aeea28c922f0ade6b96dfb32cf51d (patch)
tree55ce7492e09bf9ca45570675fdb4db040e3ecd96
parentc299997617681848e3d4867f690e5d7e9fd04b8a (diff)
downloadATCD-3d153e52063aeea28c922f0ade6b96dfb32cf51d.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
)