FreeBSD Bugzilla – Attachment 252797 Details for
Bug 280843
net/boinc-client: fix idprio to provide the least possible priority
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] net/boinc-client: fix idprio to provide the least possible priority
0001-net-boinc-client-fix-idprio-to-provide-the-least-pos.patch (text/plain), 1.34 KB, created by
Älven
on 2024-08-16 03:28:55 UTC
(
hide
)
Description:
[PATCH] net/boinc-client: fix idprio to provide the least possible priority
Filename:
MIME Type:
Creator:
Älven
Created:
2024-08-16 03:28:55 UTC
Size:
1.34 KB
patch
obsolete
>From ec3c53c30eb34ad862524c3e69407a7f2d440455 Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Fri, 16 Aug 2024 07:09:59 +0400 >Subject: [PATCH] net/boinc-client: fix idprio to provide the least possible > priority > >`idprio 30` gives PRI=186 NICE=i30 >`idprio 31` gives PRI=88 NICE=i-68 >--- > net/boinc-client/Makefile | 1 + > net/boinc-client/files/boinc-client.in | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile >index 755921c380d1..1b4de7bf5d7a 100644 >--- a/net/boinc-client/Makefile >+++ b/net/boinc-client/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= boinc-client > DISTVERSIONPREFIX= client_release/8.0/ > DISTVERSION= 8.0.2 >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= ler@FreeBSD.org >diff --git a/net/boinc-client/files/boinc-client.in b/net/boinc-client/files/boinc-client.in >index 21d4294d7608..a76c32f9ec7e 100644 >--- a/net/boinc-client/files/boinc-client.in >+++ b/net/boinc-client/files/boinc-client.in >@@ -39,7 +39,7 @@ boinc_client_start() > return 1 > fi > echo "Starting ${name}." >- idprio 31 daemon -u ${boinc_client_user} -p ${pidfile} -f ${command} ${boinc_client_flags} ${command_args} || return 1 >+ idprio 30 daemon -u ${boinc_client_user} -p ${pidfile} -f ${command} ${boinc_client_flags} ${command_args} || return 1 > } > > boinc_client_poststop() >-- >2.46.0 >
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
Flags:
alster
:
maintainer-approval?
(
ler
)
Actions:
View
|
Diff
Attachments on
bug 280843
: 252797