[25569] in Source-Commits

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

/svn/athena r25091 - trunk/debathena/config/gdm-config/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Apr 19 11:52:57 2011

Date: Tue, 19 Apr 2011 11:52:50 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201104191552.p3JFqoLX008303@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-04-19 11:52:50 -0400 (Tue, 19 Apr 2011)
New Revision: 25091

Modified:
   trunk/debathena/config/gdm-config/debian/changelog
   trunk/debathena/config/gdm-config/debian/debathena-gdm-config.postinst
Log:
In gdm-config:
  * Force a reboot to fix broken nologin-monitor


Modified: trunk/debathena/config/gdm-config/debian/changelog
===================================================================
--- trunk/debathena/config/gdm-config/debian/changelog	2011-04-13 15:01:55 UTC (rev 25090)
+++ trunk/debathena/config/gdm-config/debian/changelog	2011-04-19 15:52:50 UTC (rev 25091)
@@ -1,3 +1,9 @@
+debathena-gdm-config (1.26) unstable; urgency=low
+
+  * Force a reboot to fix broken nologin-monitor
+
+ -- Jonathan Reed <jdreed@mit.edu>  Tue, 19 Apr 2011 11:52:18 -0400
+
 debathena-gdm-config (1.25) unstable; urgency=low
 
   * Applets shouldn't attempt to steal focus

Modified: trunk/debathena/config/gdm-config/debian/debathena-gdm-config.postinst
===================================================================
--- trunk/debathena/config/gdm-config/debian/debathena-gdm-config.postinst	2011-04-13 15:01:55 UTC (rev 25090)
+++ trunk/debathena/config/gdm-config/debian/debathena-gdm-config.postinst	2011-04-19 15:52:50 UTC (rev 25091)
@@ -68,6 +68,9 @@
 
 case "$1" in
     configure)
+	if dpkg --compare-versions "$2" lt '1.26~'; then
+	    touch /var/run/reboot-required
+	fi
 	gdm_version="$(dpkg-query -W -f '${Version}' gdm)"
 	if dpkg --compare-versions "$gdm_version" ge '2.25.2~'; then
 	    cleanup_old_diversion /etc/gdm/gdm.conf


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