Index: /trunk/server/common/oursrc/athrun/athrun.sh
===================================================================
--- /trunk/server/common/oursrc/athrun/athrun.sh	(revision 1224)
+++ /trunk/server/common/oursrc/athrun/athrun.sh	(revision 1225)
@@ -13,5 +13,5 @@
   ;;
 1)
-  exec "/mit/$1/bin/$1"
+  exec "/mit/$1/arch/@sys/bin/$1"
   ;;
 *)
@@ -19,5 +19,5 @@
   program=$2
   shift 2;
-  exec "/mit/$locker/bin/$program" "$@"
+  exec "/mit/$locker/arch/@sys/bin/$program" "$@"
   ;;
 esac
