From b6fd2aabd89e99c2590148bda6d94a55c93b67dd811295c6554eae813da49af0 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 9 Sep 2014 07:55:13 +0000 Subject: [PATCH] - add info to run chkstat after modifying /etc/permissions.local in order to run startx (bnc#895647) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=15 --- xinit-suse.diff | 2 +- xinit.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/xinit-suse.diff b/xinit-suse.diff index a492603..ef856d8 100644 --- a/xinit-suse.diff +++ b/xinit-suse.diff @@ -135,7 +135,7 @@ Index: xinit-1.3.0/startx.cpp +if [ "$retval" != 0 -a ! -u "/usr/bin/Xorg" ]; then + echo "-------------------------------------------------------------------------------------------" + echo "xinit failed. /usr/bin/Xorg is not setuid, maybe that's the reason?" -+ echo "If so either use a display manager (strongly recommended) or adjust /etc/permissions.local" ++ echo "If so either use a display manager (strongly recommended) or adjust /etc/permissions.local and run \"chkstat --system --set\" afterwards" +fi + if [ x"$enable_xauth" = x1 ] ; then diff --git a/xinit.changes b/xinit.changes index 29302c7..823356b 100644 --- a/xinit.changes +++ b/xinit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 9 07:54:00 UTC 2014 - sndirsch@suse.com + +- add info to run chkstat after modifying /etc/permissions.local + in order to run startx (bnc#895647) + ------------------------------------------------------------------- Wed Jan 8 13:57:53 UTC 2014 - lnussel@suse.de