Attached (against ltp-full-20090430.tgz) patch renames binaries in pan directory to have ltp- prefix as plain pan when installed in /usr/bin/ directory conflict with gnome pan. It also fixes all occurrences of pan in scripts and howtos. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>.
diff --git a/testscripts/runpan.sh b/testscripts/runpan.sh
index afbfd6e..da1a352 100755
--- a/testscripts/runpan.sh
+++ b/testscripts/runpan.sh
@@ -14,10 +14,10 @@
 
 export PATH="${PATH}:${LTPROOT}/doio:${LTPROOT}/testcases/bin"
  
-${LTPROOT}/pan/pan -e $@ -a ltp -n ltp -f ${LTPROOT}/runtest/quickhit
+${LTPROOT}/pan/ltp-pan -e $@ -a ltp -n ltp -f ${LTPROOT}/runtest/quickhit
 
 if [ $? -eq "0" ]; then
-  echo pan reported PASS
+  echo ltp-pan reported PASS
 else
-  echo pan reported FAIL
+  echo ltp-pan reported FAIL
 fi