Mageia Bugzilla – Attachment 11058 Details for
Bug 24904
systemd terminates xdm in an infinite loop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch for fix this bug
xdm-systemd.patch (text/plain), 784 bytes, created by
Artem Kurashov
on 2019-06-04 20:31:53 CEST
(
hide
)
Description:
Patch for fix this bug
Filename:
MIME Type:
Creator:
Artem Kurashov
Created:
2019-06-04 20:31:53 CEST
Size:
784 bytes
patch
obsolete
>--- src/configure.ac.orig 2019-06-03 18:53:49.199055517 +0300 >+++ src/configure.ac 2019-06-03 18:55:17.896060864 +0300 >@@ -173,10 +173,10 @@ > [Add support for systemd startup notification (default is autodetected)]), > [USE_SYSTEMD_DAEMON=$withval], [USE_SYSTEMD_DAEMON=auto]) > AS_IF([test "x$USE_SYSTEMD_DAEMON" != "xno"], [ >- PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon], >+ PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd], > [AC_DEFINE(USE_SYSTEMD_DAEMON,1,[Use systemd startup notification])], > [AS_IF([test "x$USE_SYSTEMD_DAEMON" = "xyes"], >- [AC_MSG_ERROR([systemd startup notification support requested, but libsystemd-daemon not found.])] >+ [AC_MSG_ERROR([systemd startup notification support requested, but libsystemd not found.])] > )] > ) > ])
--- src/configure.ac.orig 2019-06-03 18:53:49.199055517 +0300 +++ src/configure.ac 2019-06-03 18:55:17.896060864 +0300 @@ -173,10 +173,10 @@ [Add support for systemd startup notification (default is autodetected)]), [USE_SYSTEMD_DAEMON=$withval], [USE_SYSTEMD_DAEMON=auto]) AS_IF([test "x$USE_SYSTEMD_DAEMON" != "xno"], [ - PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon], + PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd], [AC_DEFINE(USE_SYSTEMD_DAEMON,1,[Use systemd startup notification])], [AS_IF([test "x$USE_SYSTEMD_DAEMON" = "xyes"], - [AC_MSG_ERROR([systemd startup notification support requested, but libsystemd-daemon not found.])] + [AC_MSG_ERROR([systemd startup notification support requested, but libsystemd not found.])] )] ) ])
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24904
: 11058