[26978] in Source-Commits
Re: /svn/athena r25867 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu Mar 28 12:28:16 2013
Date: Thu, 28 Mar 2013 12:28:06 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201303281426.r2SEQvvG004428@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1303281227570.9389@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Whitespace inconsistency detected, but ACK.
-Ben
On Thu, 28 Mar 2013, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2013-03-28 10:26:57 -0400 (Thu, 28 Mar 2013)
> New Revision: 25867
>
> Modified:
> trunk/debathena/config/lightdm-config/debian/background.jpg
> trunk/debathena/config/lightdm-config/debian/changelog
> trunk/debathena/config/lightdm-config/debian/debathena-lightdm-config.postinst
> Log:
> In lightdm-config:
> * If the greeter is running, restart lightdm after installation.
> (i.e. Do not restart lightdm if the greeter isn't running, because
> that likely means someone is logged in on console)
> * Absolutely no other changes as part of this release.
>
>
> Modified: trunk/debathena/config/lightdm-config/debian/background.jpg
> ===================================================================
> (Binary files differ)
>
> Modified: trunk/debathena/config/lightdm-config/debian/changelog
> ===================================================================
> --- trunk/debathena/config/lightdm-config/debian/changelog 2013-03-22 16:39:46 UTC (rev 25866)
> +++ trunk/debathena/config/lightdm-config/debian/changelog 2013-03-28 14:26:57 UTC (rev 25867)
> @@ -1,9 +1,13 @@
> -debathena-lightdm-config (1.11) UNRELEASED; urgency=low
> +debathena-lightdm-config (1.11) unstable; urgency=low
>
> * Be robust against the fact that you're not supposed to use symlinks in
> Upstart jobs.
> + * If the greeter is running, restart lightdm after installation.
> + (i.e. Do not restart lightdm if the greeter isn't running, because
> + that likely means someone is logged in on console)
> + * Absolutely no other changes as part of this release.
>
> - -- Jonathan Reed <jdreed@mit.edu> Thu, 21 Mar 2013 12:35:54 -0400
> + -- Jonathan Reed <jdreed@mit.edu> Mon, 01 Apr 2013 23:59:00 -0400
>
> debathena-lightdm-config (1.10) unstable; urgency=low
>
>
> Modified: trunk/debathena/config/lightdm-config/debian/debathena-lightdm-config.postinst
> ===================================================================
> --- trunk/debathena/config/lightdm-config/debian/debathena-lightdm-config.postinst 2013-03-22 16:39:46 UTC (rev 25866)
> +++ trunk/debathena/config/lightdm-config/debian/debathena-lightdm-config.postinst 2013-03-28 14:26:57 UTC (rev 25867)
> @@ -43,6 +43,9 @@
> # I hope this doesn't break the world.
> initctl reload-configuration
> fi
> + if pgrep -u lightdm -f debathena-lightdm-greeter >/dev/null 2>&1; then
> + restart lightdm || :
> + fi
>
> ;;
>
>
>