[26544] in Source-Commits
/svn/athena r25615 - trunk/debathena/config/reactivate/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Jul 5 13:23:55 2012
Date: Thu, 5 Jul 2012 13:23:54 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201207051723.q65HNsrB023262@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-07-05 13:23:53 -0400 (Thu, 05 Jul 2012)
New Revision: 25615
Modified:
trunk/debathena/config/reactivate/debian/changelog
trunk/debathena/config/reactivate/debian/mount-athena.in
Log:
In reactivate:
* Sigh. Order matters in the mounts file because with the /run
transition, /run/shm needs to get bind-mounted after /run, otherwise
it ends up with the wrong mode bits.
Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog 2012-07-05 15:52:44 UTC (rev 25614)
+++ trunk/debathena/config/reactivate/debian/changelog 2012-07-05 17:23:53 UTC (rev 25615)
@@ -1,3 +1,11 @@
+debathena-reactivate (2.0.36) unstable; urgency=low
+
+ * Sigh. Order matters in the mounts file because with the /run
+ transition, /run/shm needs to get bind-mounted after /run, otherwise
+ it ends up with the wrong mode bits.
+
+ -- Jonathan Reed <jdreed@mit.edu> Thu, 05 Jul 2012 13:24:33 -0400
+
debathena-reactivate (2.0.35) unstable; urgency=low
* Update debian/copyright for 3-clause BSD and one GPL'd file
Modified: trunk/debathena/config/reactivate/debian/mount-athena.in
===================================================================
--- trunk/debathena/config/reactivate/debian/mount-athena.in 2012-07-05 15:52:44 UTC (rev 25614)
+++ trunk/debathena/config/reactivate/debian/mount-athena.in 2012-07-05 17:23:53 UTC (rev 25615)
@@ -5,10 +5,10 @@
/proc /proc none rw,bind 0 0
/sys /sys none rw,bind 0 0
/dev /dev none rw,bind 0 0
-_DEVSHM_ _DEVSHM_ none rw,bind 0 0
/dev/pts /dev/pts none rw,bind 0 0
_VARRUN_ _VARRUN_ none rw,bind 0 0
_VARLOCK_ _VARLOCK_ none rw,bind 0 0
+_DEVSHM_ _DEVSHM_ none rw,bind 0 0
/var/log /var/log none rw,bind 0 0
/var/tmp /var/tmp none rw,bind 0 0
/afs /afs none rw,bind 0 0