[23157] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r22818 - in trunk/athena/bin/athrun: . debian

daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sun Apr 6 16:30:35 2008

Date: Sun, 6 Apr 2008 16:30:05 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804062030.QAA27934@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: tabbott
Date: 2008-04-06 16:30:05 -0400 (Sun, 06 Apr 2008)
New Revision: 22818

Removed:
   trunk/athena/bin/athrun/debian/patches/
Modified:
   trunk/athena/bin/athrun/athrun.sh
   trunk/athena/bin/athrun/debian/changelog
Log:


Modified: trunk/athena/bin/athrun/athrun.sh
===================================================================
--- trunk/athena/bin/athrun/athrun.sh	2008-04-06 19:30:15 UTC (rev 22817)
+++ trunk/athena/bin/athrun/athrun.sh	2008-04-06 20:30:05 UTC (rev 22818)
@@ -11,12 +11,12 @@
   exit 1
   ;;
 1)
-  exec /bin/athena/attachandrun "$1" "$1" "$1"
+  exec /bin/attachandrun "$1" "$1" "$1"
   ;;
 *)
   locker=$1
   program=$2
   shift 2;
-  exec /bin/athena/attachandrun "$locker" "$program" "$program" "$@"
+  exec /bin/attachandrun "$locker" "$program" "$program" "$@"
   ;;
 esac

Modified: trunk/athena/bin/athrun/debian/changelog
===================================================================
--- trunk/athena/bin/athrun/debian/changelog	2008-04-06 19:30:15 UTC (rev 22817)
+++ trunk/athena/bin/athrun/debian/changelog	2008-04-06 20:30:05 UTC (rev 22818)
@@ -1,3 +1,9 @@
+debathena-athrun (10.0.0-1) unstable; urgency=low
+
+  * Merged quilt patches into mainline Athena tree
+  
+  -- Shreevatsa R <vatsa@mit.edu>  Sun,  6 Apr 2008 15:57:06 -0400
+
 debathena-athrun (9.4.0+cvs20060725-0debathena2) unstable; urgency=low
 
   * Section: debathena/net.


home help back first fref pref prev next nref lref last post