ssuominen    14/07/11 12:28:07

  Added:                kmod-static-nodes-r1
  Log:
  Include "keyword -lxc" in the kmod-static-nodes init script wrt #511642 by 
"Walter"
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.1                  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1?rev=1.1&content-type=text/plain

Index: kmod-static-nodes-r1
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 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 $

description="Create list of required static device nodes for the current kernel"

depend() {
        after dev-mount
        before tmpfiles.dev dev
        keyword -lxc
}

start() {
        ebegin "Creating list of required static device nodes for the current 
kernel"
        checkpath -q -d /run/tmpfiles.d
        kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
        eend $?
}




Reply via email to