public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: kmod-static-nodes
@ 2014-09-21 10:59 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-09-21 10:59 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/09/21 10:59:57

  Removed:              kmod-static-nodes
  Log:
  old
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)


^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: kmod-static-nodes
@ 2013-08-09 19:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-08-09 19:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/08/09 19:08:18

  Added:                kmod-static-nodes
  Log:
  Rename static-nodes init script to kmod-static-nodes as suggested by WilliamH earlier. Support OpenRC 0.12 and the new tmpfiles /dev support. Proper revision bump is required after OpenRC 0.12 is in tree.
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.1                  sys-apps/kmod/files/kmod-static-nodes

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes?rev=1.1&content-type=text/plain

Index: kmod-static-nodes
===================================================================
#!/sbin/runscript
# Copyright 1999-2013 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,v 1.1 2013/08/09 19:08:18 ssuominen Exp $

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

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

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 $?
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-21 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-21 10:59 [gentoo-commits] gentoo-x86 commit in sys-apps/kmod/files: kmod-static-nodes Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-09 19:08 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox