summaryrefslogtreecommitdiffstats
path: root/source/x
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-06-19 19:59:04 +0000
committer Eric Hameleers <alien@slackware.com>2020-06-19 22:41:30 +0200
commitb25c84154fbea96dc71b06605c8447a47342bedb (patch)
tree0629044b7c7fc5cb0bf820bef8ffd2f973e8b339 /source/x
parent0ded95a6619bb151727096c01a30879455d04374 (diff)
downloadcurrent-b25c84154fbea96dc71b06605c8447a47342bedb.tar.gz
current-b25c84154fbea96dc71b06605c8447a47342bedb.tar.xz
Fri Jun 19 19:59:04 UTC 202020200619195904
a/haveged-1.9.12-x86_64-1.txz: Upgraded. a/kernel-firmware-20200619_3890db3-noarch-1.txz: Upgraded. a/sysvinit-scripts-2.1-noarch-34.txz: Rebuilt. rc.M: check for elogind first so that we can ignore a stale CK2 package. ap/sudo-1.9.1-x86_64-1.txz: Upgraded. l/alsa-lib-1.2.3.1-x86_64-1.txz: Upgraded. l/desktop-file-utils-0.26-x86_64-1.txz: Upgraded. n/mutt-1.14.4-x86_64-1.txz: Upgraded. x/libinput-1.15.6-x86_64-1.txz: Upgraded. x/xinit-1.4.1-x86_64-2.txz: Rebuilt. When using elogind, start the session on the current console. Thanks to alienBOB.
Diffstat (limited to 'source/x')
-rw-r--r--source/x/x11/build/xinit2
-rw-r--r--source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/x/x11/build/xinit b/source/x/x11/build/xinit
index d00491fd7..0cfbf0888 100644
--- a/source/x/x11/build/xinit
+++ b/source/x/x11/build/xinit
@@ -1 +1 @@
-1
+2
diff --git a/source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff b/source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff
index 792238074..a431c9008 100644
--- a/source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff
+++ b/source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff
@@ -4,7 +4,7 @@
server=$defaultserver
#ifdef __linux__
-+ if [ -x /usr/lib/systemd/systemd -o -x /lib/systemd/systemd ]; then
++ if [ -x /lib/elogind/elogind -o -x /lib64/elogind/elogind ]; then
XCOMM When starting the defaultserver start X on the current tty to avoid
XCOMM the startx session being seen as inactive:
XCOMM "https://bugzilla.redhat.com/show_bug.cgi?id=806491"