]> git.pld-linux.org Git - packages/upower.git/commitdiff
- obsoleted
authorŁukasz Kieś <kiesiu@pld-linux.org>
Thu, 3 Jan 2013 12:31:41 +0000 (13:31 +0100)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Thu, 3 Jan 2013 12:31:41 +0000 (13:31 +0100)
upower-withoutsystemd.patch [deleted file]

diff --git a/upower-withoutsystemd.patch b/upower-withoutsystemd.patch
deleted file mode 100644 (file)
index f97ab34..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- upower-0.9.18/src/linux/up-backend.c.old   2012-07-11 19:11:39.000000000 +0200
-+++ upower-0.9.18/src/linux/up-backend.c       2012-11-11 14:51:43.000000000 +0100
-@@ -603,10 +603,11 @@ gboolean
- up_backend_emits_resuming (UpBackend *backend)
- {
- #ifdef HAVE_SYSTEMD
--      return TRUE;
--#else
--      return FALSE;
-+      if (sd_booted ())
-+              return TRUE;
-+      else
- #endif
-+      return FALSE;
- }
- /**
-
This page took 0.079537 seconds and 4 git commands to generate.