* [gentoo-commits] gentoo-x86 commit in sys-apps/openrc/files: openrc-0.2-path-fix-for-multilib-fix.patch openrc-0.2-nicelevel-doc.patch
@ 2008-03-31 16:17 Doug Klima (cardoe)
0 siblings, 0 replies; only message in thread
From: Doug Klima (cardoe) @ 2008-03-31 16:17 UTC (permalink / raw
To: gentoo-commits
cardoe 08/03/31 16:17:20
Added: openrc-0.2-path-fix-for-multilib-fix.patch
openrc-0.2-nicelevel-doc.patch
Log:
fix path issue introduced by multilib patch. document SSD_NICELEVEL
(Portage version: 2.1.4.4)
Revision Changes Path
1.1 sys-apps/openrc/files/openrc-0.2-path-fix-for-multilib-fix.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/files/openrc-0.2-path-fix-for-multilib-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/files/openrc-0.2-path-fix-for-multilib-fix.patch?rev=1.1&content-type=text/plain
Index: openrc-0.2-path-fix-for-multilib-fix.patch
===================================================================
From: Roy Marples <roy@marples.name>
Date: Thu, 27 Mar 2008 16:59:33 +0000 (+0000)
Subject: No need for the extra rc.
X-Git-Url: http://git.overlays.gentoo.org/gitweb/?p=proj%2Fopenrc.git;a=commitdiff_plain;h=fec78507f46d2dbde6c1bfb2be134b93c2a41c41
No need for the extra rc.
---
diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in
index f449783..206d6c0 100644
--- a/sh/rc-functions.sh.in
+++ b/sh/rc-functions.sh.in
@@ -75,6 +75,6 @@ get_bootparam()
# Add our sbin to $PATH
case "${PATH}" in
- "${RC_LIBDIR}"/rc/sbin|"${RC_LIBDIR}"/rc/sbin:*);;
- *) export PATH="${RC_LIBDIR}/rc/sbin:${PATH}";;
+ "${RC_LIBDIR}"/sbin|"${RC_LIBDIR}"/sbin:*);;
+ *) export PATH="${RC_LIBDIR}/sbin:${PATH}";;
esac
1.1 sys-apps/openrc/files/openrc-0.2-nicelevel-doc.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/files/openrc-0.2-nicelevel-doc.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/files/openrc-0.2-nicelevel-doc.patch?rev=1.1&content-type=text/plain
Index: openrc-0.2-nicelevel-doc.patch
===================================================================
From: Roy Marples <roy@marples.name>
Date: Sat, 29 Mar 2008 09:37:59 +0000 (+0000)
Subject: Document SSD_NICELEVEL.
X-Git-Url: http://git.overlays.gentoo.org/gitweb/?p=proj%2Fopenrc.git;a=commitdiff_plain;h=c62bdce9c6f2a4dc89282cb4aa661b20848f5cae
Document SSD_NICELEVEL.
---
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
index 20987cc..00ef29f 100644
--- a/man/start-stop-daemon.8
+++ b/man/start-stop-daemon.8
@@ -145,6 +145,10 @@ stopping schedule.
If not specified then a default value of SIGTERM/5 is
assumed.
.El
+.Sh ENVIRONMENT
+.Va SSD_NICELEVEL
+can also set the scheduling priority of the daemon, but the command line
+option takes precedence.
.Sh NOTE
.Nm
uses
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-31 16:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 16:17 [gentoo-commits] gentoo-x86 commit in sys-apps/openrc/files: openrc-0.2-path-fix-for-multilib-fix.patch openrc-0.2-nicelevel-doc.patch Doug Klima (cardoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox