diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 21:38:08 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 21:38:08 +0000 |
commit | b1d2a7708bd5c6f9626a5f88f8f42cc772feec7e (patch) | |
tree | c5430abfc6092a8274b13c3bdddfdee599b62f0c /x11-apps/xinit/files/xinit-1.3.4-startx-current-vt.patch | |
parent | 99e31eb0862b39d83282317c8ebf86e0d96e06cd (diff) |
x11-apps/xinit : use ::gentoo ebuild from now on
Diffstat (limited to 'x11-apps/xinit/files/xinit-1.3.4-startx-current-vt.patch')
-rw-r--r-- | x11-apps/xinit/files/xinit-1.3.4-startx-current-vt.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-apps/xinit/files/xinit-1.3.4-startx-current-vt.patch b/x11-apps/xinit/files/xinit-1.3.4-startx-current-vt.patch deleted file mode 100644 index 362b420c..00000000 --- a/x11-apps/xinit/files/xinit-1.3.4-startx-current-vt.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ur a/startx.cpp b/startx.cpp ---- a/startx.cpp 2014-09-11 19:31:42.000000000 +0200 -+++ b/startx.cpp 2015-02-08 19:09:56.416428623 +0100 -@@ -188,17 +188,6 @@ - if [ x"$server" = x ]; then - server=$defaultserver - --#ifdef __linux__ -- 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" -- tty=$(tty) -- if expr match "$tty" '^/dev/tty[0-9]\+$' > /dev/null; then -- tty_num=$(echo "$tty" | grep -oE '[0-9]+$') -- vtarg="vt$tty_num" -- fi --#endif -- - XCOMM For compatibility reasons, only use xserverrc if there were no server command line arguments - if [ x"$serverargs" = x -a x"$display" = x ]; then - if [ -f "$userserverrc" ]; then |