[24027] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Evan Broder)
Mon Mar 16 20:19:16 2009

Date: Mon, 16 Mar 2009 20:19:08 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903170019.n2H0J88k014599@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-03-16 20:19:07 -0400 (Mon, 16 Mar 2009)
New Revision: 23636

Modified:
   trunk/debathena/config/reactivate/debian/athena-login-snapshot
   trunk/debathena/config/reactivate/debian/changelog
Log:
In reactivate:
  * Don't redirect output to /dev/null when we're trying to log it


Modified: trunk/debathena/config/reactivate/debian/athena-login-snapshot
===================================================================
--- trunk/debathena/config/reactivate/debian/athena-login-snapshot	2009-03-16 19:29:31 UTC (rev 23635)
+++ trunk/debathena/config/reactivate/debian/athena-login-snapshot	2009-03-17 00:19:07 UTC (rev 23636)
@@ -149,12 +149,12 @@
     # Clean up any remaining user processes using the bind mounts.
     if [ -n "$USER" -a "$USER" != root ]; then
       for dir in $binddirs; do
-        v su -s /bin/sh "$USER" -c "fuser -km /login$dir" > /dev/null || true
+        v su -s /bin/sh "$USER" -c "fuser -km /login$dir" || true
       done
     fi
 
     # Clean up any processes using the chroot mountpoint.
-    v fuser -km /login > /dev/null || true
+    v fuser -km /login || true
     sleep 2
 
     # Clean up the bind mounts we made earlier.

Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog	2009-03-16 19:29:31 UTC (rev 23635)
+++ trunk/debathena/config/reactivate/debian/changelog	2009-03-17 00:19:07 UTC (rev 23636)
@@ -1,3 +1,9 @@
+debathena-reactivate (1.16) unstable; urgency=low
+
+  * Don't redirect output to /dev/null when we're trying to log it
+
+ -- Evan Broder <broder@mit.edu>  Mon, 16 Mar 2009 20:18:52 -0400
+
 debathena-reactivate (1.15) unstable; urgency=low
 
   * Include timing information in the logging.


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