[25714] in Source-Commits

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

/svn/athena r25187 - trunk/debathena/config/reactivate/debian

daemon@ATHENA.MIT.EDU (Liz Denys)
Wed Jun 29 16:09:09 2011

Date: Wed, 29 Jun 2011 16:09:02 -0400
From: Liz Denys <lizdenys@MIT.EDU>
Message-Id: <201106292009.p5TK92JY002312@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: lizdenys
Date: 2011-06-29 16:09:02 -0400 (Wed, 29 Jun 2011)
New Revision: 25187

Modified:
   trunk/debathena/config/reactivate/debian/changelog
   trunk/debathena/config/reactivate/debian/snapshot-run
Log:
In reactivate:
  * Programs that run df no longer get confused about /tmp. (Trac #656)
    (Thanks to Jon Reed for this patch.)


Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog	2011-06-29 17:45:57 UTC (rev 25186)
+++ trunk/debathena/config/reactivate/debian/changelog	2011-06-29 20:09:02 UTC (rev 25187)
@@ -1,3 +1,10 @@
+debathena-reactivate (2.0.21) unstable; urgency=low
+
+  * Programs that run df no longer get confused about /tmp. (Trac #656)
+    (Thanks to Jon Reed for this patch.)
+
+ -- Liz A. Denys <lizdenys@mit.edu>  Wed, 29 Jun 2011 16:07:21 -0400
+
 debathena-reactivate (2.0.20) unstable; urgency=low
 
   * policy-rc.d should only return the cups daemons that exist (Trac

Modified: trunk/debathena/config/reactivate/debian/snapshot-run
===================================================================
--- trunk/debathena/config/reactivate/debian/snapshot-run	2011-06-29 17:45:57 UTC (rev 25186)
+++ trunk/debathena/config/reactivate/debian/snapshot-run	2011-06-29 20:09:02 UTC (rev 25187)
@@ -39,6 +39,9 @@
 # by punting it
 schr rm -rf /home
 
+# Fix up mtab so that df and friends work correctly
+schr sed -i "s|/var/lib/schroot/mount/$session||" /etc/mtab
+
 # Run the session
 #
 # We wrap the target command in sudo because it runs initgroups(3)


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