Index: qa/605 =================================================================== --- qa.orig/605 2007-03-19 16:51:37.759005500 +1100 +++ qa/605 2007-03-19 16:51:25.786257250 +1100 @@ -104,6 +104,9 @@ then if [ -f /usr/share/misc/magic ] then appstyle=`file -m /usr/share/misc/magic $PCP_DEMOS_DIR/trace/app1` + elif [ -f /usr/share/file/magic ] + then + appstyle=`file -m /usr/share/file/magic $PCP_DEMOS_DIR/trace/app1` elif [ -f /usr/share/magic ] then appstyle=`file -m /usr/share/magic $PCP_DEMOS_DIR/trace/app1`