Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [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
Date: Mon, 31 Mar 2008 16:17:38
Message-Id: E1JgMhE-0007mc-7e@stork.gentoo.org
1 cardoe 08/03/31 16:17:20
2
3 Added: openrc-0.2-path-fix-for-multilib-fix.patch
4 openrc-0.2-nicelevel-doc.patch
5 Log:
6 fix path issue introduced by multilib patch. document SSD_NICELEVEL
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 sys-apps/openrc/files/openrc-0.2-path-fix-for-multilib-fix.patch
11
12 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
13 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
14
15 Index: openrc-0.2-path-fix-for-multilib-fix.patch
16 ===================================================================
17 From: Roy Marples <roy@×××××××.name>
18 Date: Thu, 27 Mar 2008 16:59:33 +0000 (+0000)
19 Subject: No need for the extra rc.
20 X-Git-Url: http://git.overlays.gentoo.org/gitweb/?p=proj%2Fopenrc.git;a=commitdiff_plain;h=fec78507f46d2dbde6c1bfb2be134b93c2a41c41
21
22 No need for the extra rc.
23 ---
24
25 diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in
26 index f449783..206d6c0 100644
27 --- a/sh/rc-functions.sh.in
28 +++ b/sh/rc-functions.sh.in
29 @@ -75,6 +75,6 @@ get_bootparam()
30
31 # Add our sbin to $PATH
32 case "${PATH}" in
33 - "${RC_LIBDIR}"/rc/sbin|"${RC_LIBDIR}"/rc/sbin:*);;
34 - *) export PATH="${RC_LIBDIR}/rc/sbin:${PATH}";;
35 + "${RC_LIBDIR}"/sbin|"${RC_LIBDIR}"/sbin:*);;
36 + *) export PATH="${RC_LIBDIR}/sbin:${PATH}";;
37 esac
38
39
40
41 1.1 sys-apps/openrc/files/openrc-0.2-nicelevel-doc.patch
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/files/openrc-0.2-nicelevel-doc.patch?rev=1.1&view=markup
44 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
45
46 Index: openrc-0.2-nicelevel-doc.patch
47 ===================================================================
48 From: Roy Marples <roy@×××××××.name>
49 Date: Sat, 29 Mar 2008 09:37:59 +0000 (+0000)
50 Subject: Document SSD_NICELEVEL.
51 X-Git-Url: http://git.overlays.gentoo.org/gitweb/?p=proj%2Fopenrc.git;a=commitdiff_plain;h=c62bdce9c6f2a4dc89282cb4aa661b20848f5cae
52
53 Document SSD_NICELEVEL.
54 ---
55
56 diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
57 index 20987cc..00ef29f 100644
58 --- a/man/start-stop-daemon.8
59 +++ b/man/start-stop-daemon.8
60 @@ -145,6 +145,10 @@ stopping schedule.
61 If not specified then a default value of SIGTERM/5 is
62 assumed.
63 .El
64 +.Sh ENVIRONMENT
65 +.Va SSD_NICELEVEL
66 +can also set the scheduling priority of the daemon, but the command line
67 +option takes precedence.
68 .Sh NOTE
69 .Nm
70 uses
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list