[23862] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Robert A Basch)
Mon Feb 23 13:05:02 2009

Date: Mon, 23 Feb 2009 13:03:37 -0500
From: Robert A Basch <rbasch@MIT.EDU>
Message-Id: <200902231803.n1NI3bB7017643@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: rbasch
Date: 2009-02-23 13:03:37 -0500 (Mon, 23 Feb 2009)
New Revision: 23472

Modified:
   trunk/debathena/config/reactivate/debian/athena-login-snapshot
   trunk/debathena/config/reactivate/debian/changelog
Log:
In reactivate:
  * Ignore failure to umount /media.


Modified: trunk/debathena/config/reactivate/debian/athena-login-snapshot
===================================================================
--- trunk/debathena/config/reactivate/debian/athena-login-snapshot	2009-02-22 10:34:39 UTC (rev 23471)
+++ trunk/debathena/config/reactivate/debian/athena-login-snapshot	2009-02-23 18:03:37 UTC (rev 23472)
@@ -122,9 +122,9 @@
       umount "/login$dir" || true
     done
 
-    # Unmount /media, which we bind-mounted to itself earlier so it could be shared
-    # and then bind-mounted.
-    umount /media
+    # Unmount /media, which we bind-mounted to itself earlier so it
+    # could be shared and then bind-mounted.
+    umount /media || true
 
     # Attempt to unmount /login.
     if ! umount /login; then

Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog	2009-02-22 10:34:39 UTC (rev 23471)
+++ trunk/debathena/config/reactivate/debian/changelog	2009-02-23 18:03:37 UTC (rev 23472)
@@ -1,3 +1,9 @@
+debathena-reactivate (1.10) unstable; urgency=low
+
+  * Ignore failure to umount /media.
+
+ -- Robert Basch <rbasch@mit.edu>  Mon, 23 Feb 2009 12:41:53 -0500
+
 debathena-reactivate (1.9) unstable; urgency=low
 
   * Added /dev/pts and /dev/shm to the bind-mount list such that matlab and


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