Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: static-nodes
Date: Tue, 30 Jul 2013 17:21:23
Message-Id: 20130730172117.6CFBD2171D@flycatcher.gentoo.org
1 ssuominen 13/07/30 17:21:17
2
3 Modified: static-nodes
4 Log:
5 Fix init script depend() a bit
6
7 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.4 sys-apps/kmod/files/static-nodes
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/static-nodes?r1=1.3&r2=1.4
15
16 Index: static-nodes
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- static-nodes 26 Jul 2013 06:49:54 -0000 1.3
23 +++ static-nodes 30 Jul 2013 17:21:17 -0000 1.4
24 @@ -1,13 +1,13 @@
25 #!/sbin/runscript
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v 1.3 2013/07/26 06:49:54 williamh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/static-nodes,v 1.4 2013/07/30 17:21:17 ssuominen Exp $
30
31 description="Create list of required static device nodes for the current kernel"
32
33 depend() {
34 - need localmount
35 before tmpfiles.setup
36 + after modules
37 }
38
39 start() {