Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 429292 Details for
Bug 569546
sys-auth/rtkit: warn if kernel has CONFIG_RT_GROUP_SCHED
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rtkit-0.11-r1-warn_kernel_rtgroupsched.patch
rtkit-0.11-r1-warn_kernel_rtgroupsched.patch (text/plain), 914 bytes, created by
Marek Szuba (RETIRED)
on 2016-03-30 11:01:13 UTC
(
hide
)
Description:
rtkit-0.11-r1-warn_kernel_rtgroupsched.patch
Filename:
MIME Type:
Creator:
Marek Szuba (RETIRED)
Created:
2016-03-30 11:01:13 UTC
Size:
914 bytes
patch
obsolete
>--- a/sys-auth/rtkit/rtkit-0.11-r1.ebuild 2015-08-09 00:38:18.000000000 +0000 >+++ b/sys-auth/rtkit/rtkit-0.11-r1.ebuild 2016-03-30 10:56:57.297783206 +0000 >@@ -2,8 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Id$ > >-EAPI=5 >-inherit eutils systemd user autotools >+EAPI=6 >+inherit eutils systemd user autotools linux-info > > DESCRIPTION="Realtime Policy and Watchdog Daemon" > HOMEPAGE="http://0pointer.de/blog/projects/rtkit" >@@ -23,6 +23,16 @@ > app-arch/xz-utils > " > >+pkg_pretend() { >+ if use kernel_linux; then >+ CONFIG_CHECK="~!RT_GROUP_SCHED" >+ ERROR_RT_GROUP_SCHED="CONFIG_RT_GROUP_SCHED is enabled. rtkit-daemon (or any other " >+ ERROR_RT_GROUP_SCHED+="real-time task) will not work unless run as root. Please consider " >+ ERROR_RT_GROUP_SCHED+="unsetting this option." >+ check_extra_config >+ fi >+} >+ > pkg_setup() { > enewgroup rtkit > enewuser rtkit -1 -1 -1 "rtkit"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 569546
:
426926
| 429292