r41758 - /desktop/unstable/gdm3/debian/gdm3.init

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue May 20 19:37:28 UTC 2014


Author: bigon
Date: Tue May 20 19:37:28 2014
New Revision: 41758

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41758
Log:
Fix my broken English

Modified:
    desktop/unstable/gdm3/debian/gdm3.init

Modified: desktop/unstable/gdm3/debian/gdm3.init
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/gdm3.init?rev=41758&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/gdm3.init	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/gdm3.init	[utf-8] Tue May 20 19:37:28 2014
@@ -64,8 +64,9 @@
 }
 
 activate_logind() {
-  # Try to dbus activate logind if we are not running systemd as PID1 and
-  # we have systemd << 204 package installed to avoid race conditions (see: #747292)
+  # Try to dbus activate logind to avoid a race conditions if we are not
+  # running systemd as PID1 and we have systemd << 204 package installed (see:
+  # #747292)
   if [ ! -d /run/systemd/system ] && [ -x /lib/systemd/systemd-logind-launch ]; then
     dbus-send --system --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus \
       org.freedesktop.DBus.StartServiceByName string:org.freedesktop.login1 uint32:0 2>&1 > /dev/null




More information about the pkg-gnome-commits mailing list