diff options
Diffstat (limited to 'source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff')
-rw-r--r-- | source/x/x11/patch/xinit/xinit.remove.systemd.kludge.diff | 2 |
1 files changed, 1 insertions, 1 deletions
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 79223807..a431c900 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" |