williamh 15/07/01 13:35:03 Modified: kmod-static-nodes-r1 Log: Add -systemd-nspawn keyword to service script for #548092 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.2 sys-apps/kmod/files/kmod-static-nodes-r1 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1?r1=1.1&r2=1.2 Index: kmod-static-nodes-r1 =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kmod-static-nodes-r1 11 Jul 2014 12:28:07 -0000 1.1 +++ kmod-static-nodes-r1 1 Jul 2015 13:35:03 -0000 1.2 @@ -1,14 +1,14 @@ #!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v 1.1 2014/07/11 12:28:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v 1.2 2015/07/01 13:35:03 williamh Exp $ description="Create list of required static device nodes for the current kernel" depend() { after dev-mount before tmpfiles.dev dev - keyword -lxc + keyword -lxc -systemd-nspawn } start() {
