Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc/files/0.4.0: 0005-init-script-novserver.patch
Date: Thu, 01 Jan 2009 13:04:09
Message-Id: E1LINDY-00084t-9b@stork.gentoo.org
1 hollow 09/01/01 13:04:04
2
3 Added: 0005-init-script-novserver.patch
4 Log:
5 fix dmesg and sysfs init script inside vservers, bug #253105
6 (Portage version: 2.2_rc18/cvs/Linux 2.6.22-vs2.3.0.34-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 sys-apps/openrc/files/0.4.0/0005-init-script-novserver.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/files/0.4.0/0005-init-script-novserver.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/files/0.4.0/0005-init-script-novserver.patch?rev=1.1&content-type=text/plain
13
14 Index: 0005-init-script-novserver.patch
15 ===================================================================
16 Index: init.d/dmesg.in
17 ===================================================================
18 --- init.d/dmesg.in (revision 1465)
19 +++ init.d/dmesg.in (working copy)
20 @@ -7,6 +7,7 @@
21 depend()
22 {
23 before dev modules
24 + keyword novserver
25 }
26
27 start()
28 Index: init.d/sysfs.in
29 ===================================================================
30 --- init.d/sysfs.in (revision 1465)
31 +++ init.d/sysfs.in (working copy)
32 @@ -6,7 +6,7 @@
33
34 depend()
35 {
36 - keyword noprefix
37 + keyword noprefix novserver
38 }
39
40 mount_sys()