From 770b6ab90d021d40654cb0ecd79244134b55f8f9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 15 Sep 2019 09:47:41 +0300 Subject: [PATCH] xinit: disable xauth --- xorg/xinit/build | 2 ++ xorg/xinit/version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/xorg/xinit/build b/xorg/xinit/build index ebd7d60f..d6387aa8 100755 --- a/xorg/xinit/build +++ b/xorg/xinit/build @@ -6,3 +6,5 @@ make make DESTDIR="$1" install + +sed -i'' 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" diff --git a/xorg/xinit/version b/xorg/xinit/version index e187c17e..a50a0a64 100644 --- a/xorg/xinit/version +++ b/xorg/xinit/version @@ -1 +1 @@ -1.4.1 1 +1.4.1 2