Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: kmod-static-nodes-r1
Date: Wed, 01 Jul 2015 13:35:10
Message-Id: 20150701133503.E7295745@oystercatcher.gentoo.org
1 williamh 15/07/01 13:35:03
2
3 Modified: kmod-static-nodes-r1
4 Log:
5 Add -systemd-nspawn keyword to service script for #548092
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.2 sys-apps/kmod/files/kmod-static-nodes-r1
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1?r1=1.1&r2=1.2
15
16 Index: kmod-static-nodes-r1
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- kmod-static-nodes-r1 11 Jul 2014 12:28:07 -0000 1.1
23 +++ kmod-static-nodes-r1 1 Jul 2015 13:35:03 -0000 1.2
24 @@ -1,14 +1,14 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v 1.1 2014/07/11 12:28:07 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v 1.2 2015/07/01 13:35:03 williamh Exp $
31
32 description="Create list of required static device nodes for the current kernel"
33
34 depend() {
35 after dev-mount
36 before tmpfiles.dev dev
37 - keyword -lxc
38 + keyword -lxc -systemd-nspawn
39 }
40
41 start() {