Accepting request 248116 from X11:XOrg

- add info to run chkstat after modifying /etc/permissions.local
  in order to run startx (bnc#895647)

OBS-URL: https://build.opensuse.org/request/show/248116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2014-09-10 15:01:18 +00:00 committed by Git OBS Bridge
commit 861be889a3
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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