Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xorg-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
obextra
xorg-server
Commits
569b146d
Commit
569b146d
authored
5 years ago
by
jean-michel
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
e2a9dc82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xorg-server.install
+15
-13
15 additions, 13 deletions
xorg-server.install
with
15 additions
and
13 deletions
xorg-server.install
+
15
−
13
View file @
569b146d
post_upgrade
()
{
if
((
$
(
vercmp
$
2
1.16.0
-
3
)
<
0
));
then
post_install
fi
if
((
$
(
vercmp
$
2
1.16.0
-
3
)
<
0
));
then
post_install
fi
}
post_install
()
{
cat
<<
MSG
>>>
xorg
-
server
has
now
the
ability
to
run
without
root
rights
.
To
be
able
to
use
this
features
,
install
the
package
xorg
-
server
-
rootless
.
$
(
tput
setaf
3
)
>>>
WARNING
:
$
(
tput
sgr0
)
The
file
/
etc
/
X11
/
Xwrapper
.
config
need
to
be
present
on
your
system
containing
this
following
line
:
needs_root_rights
=
yes
Please
,
see
xorg
.
wrap
man
page
for
futher
informations
cat
<<
MSG
>>>
Xorg
-
server
has
now
the
ability
to
run
without
root
rights
.
To
be
able
to
use
this
features
,
install
the
package
:
xorg
-
server
-
rootless
.
$
(
tput
setaf
3
)
>>>
WARNING
:
$
(
tput
sgr0
)
The
file
/
etc
/
X11
/
Xwrapper
.
config
,
need
to
be
present
on
your
system
containing
this
line
:
needs_root_rights
=
yes
See
xorg
.
wrap
man
page
(
man
xorg
.
wrap
)
for
futher
informations
.
MSG
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment