[27206] in Source-Commits
/svn/athena r26017 - in trunk/athena/bin/athrun: . debian
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Thu May 30 04:46:26 2013
Date: Thu, 30 May 2013 04:46:18 -0400
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201305300846.r4U8kIfV010603@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: achernya
Date: 2013-05-30 04:46:17 -0400 (Thu, 30 May 2013)
New Revision: 26017
Added:
trunk/athena/bin/athrun/debian/debathena-attachandrun.links
Modified:
trunk/athena/bin/athrun/athrun
trunk/athena/bin/athrun/debian/changelog
trunk/athena/bin/athrun/gathrun
Log:
In athrun:
* Install compatibility symlinks in attachandrun so it also appears in /bin
* Stop using a fully-qualified path to attachandrun in athrun and gathrun
Modified: trunk/athena/bin/athrun/athrun
===================================================================
--- trunk/athena/bin/athrun/athrun 2013-05-30 08:18:50 UTC (rev 26016)
+++ trunk/athena/bin/athrun/athrun 2013-05-30 08:46:17 UTC (rev 26017)
@@ -11,12 +11,12 @@
exit 1
;;
1)
- exec /bin/attachandrun "$1" "$1" "$1"
+ exec attachandrun "$1" "$1" "$1"
;;
*)
locker=$1
program=$2
shift 2;
- exec /bin/attachandrun "$locker" "$program" "$program" "$@"
+ exec attachandrun "$locker" "$program" "$program" "$@"
;;
esac
Modified: trunk/athena/bin/athrun/debian/changelog
===================================================================
--- trunk/athena/bin/athrun/debian/changelog 2013-05-30 08:18:50 UTC (rev 26016)
+++ trunk/athena/bin/athrun/debian/changelog 2013-05-30 08:46:17 UTC (rev 26017)
@@ -1,3 +1,10 @@
+debathena-athrun (10.2-0debathena2) unstable; urgency=low
+
+ * Install compatibility symlinks in attachandrun so it also appears in /bin
+ * Stop using a fully-qualified path to attachandrun in athrun and gathrun
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu> Thu, 30 May 2013 04:45:39 -0400
+
debathena-athrun (10.2-0debathena1) unstable; urgency=low
* Merge debathena-gathrun and debathena-attachandrun into the debathena-athrun source package.
Added: trunk/athena/bin/athrun/debian/debathena-attachandrun.links
===================================================================
--- trunk/athena/bin/athrun/debian/debathena-attachandrun.links (rev 0)
+++ trunk/athena/bin/athrun/debian/debathena-attachandrun.links 2013-05-30 08:46:17 UTC (rev 26017)
@@ -0,0 +1 @@
+usr/bin/attachandrun bin/attachandrun
Modified: trunk/athena/bin/athrun/gathrun
===================================================================
--- trunk/athena/bin/athrun/gathrun 2013-05-30 08:18:50 UTC (rev 26016)
+++ trunk/athena/bin/athrun/gathrun 2013-05-30 08:46:17 UTC (rev 26017)
@@ -35,7 +35,7 @@
if [ "$splash" = "yes" ]; then
yes | zenity --progress --text="Launching $program, please wait.\n(This may take a few moments)" --pulsate --no-cancel --timeout 7 &
fi
- exec /bin/athena/attachandrun "$locker" "$program" "$program" "$@"
+ exec attachandrun "$locker" "$program" "$program" "$@"
else
zenity --info \
--text="$program is not available in the $locker locker on this platform."