From a115d31ea548f99594c4402081d7abbdd65f63b6 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Sun, 20 Aug 2017 09:54:56 +1100 Subject: [PATCH] change msg on install file --- xorg-server.install | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/xorg-server.install b/xorg-server.install index f32d998..453c888 100644 --- a/xorg-server.install +++ b/xorg-server.install @@ -6,12 +6,7 @@ post_upgrade() { post_install() { cat <<MSG ->>> xorg-server has now the ability to run without root rights with - the help of systemd-logind. xserver will fail to run if not launched - from the same virtual terminal as was used to log in. - Without root rights, log files will be in ~/.local/share/xorg/ directory. - - Old behavior can be restored through Xorg.wrap config file. - See Xorg.wrap man page (man xorg.wrap). +>>> xorg-server has now the ability to run without root rights. To be + able to use this features, install the package xorg-server-noroot. MSG } -- GitLab