From a51a45f18643194977b898d44ca94a88ce1105ca Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 12 Jul 2018 14:01:24 -0400 Subject: pcr/kmod-openrc: Split off from pcr/openrc-base, tidy up The rest of pcr/openrc-base could use the same treatment, but I'm only one man. However, in the mean time, stick a _commit= in pcr/openrc-base so that I can at least run `updpkgsums`, instead of trusting "master" to have not changed. --- pcr/openrc-base/kmod-static-nodes.initd | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pcr/openrc-base/kmod-static-nodes.initd (limited to 'pcr/openrc-base/kmod-static-nodes.initd') diff --git a/pcr/openrc-base/kmod-static-nodes.initd b/pcr/openrc-base/kmod-static-nodes.initd deleted file mode 100644 index 7a3f529dc..000000000 --- a/pcr/openrc-base/kmod-static-nodes.initd +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/openrc-run -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -description="Create list of required static device nodes for the current kernel" - -depend() { - after dev-mount - before tmpfiles.dev dev - keyword -lxc -systemd-nspawn -} - -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 $? -} -- cgit v1.2.3