From 5cf792932c03423e8806f16b097cb021d19278cb Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 22 Oct 2015 22:06:16 -0500 Subject: netifrc-0.3.1-6: updating version --- pcr/openrc-core/kmod-static-nodes | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pcr/openrc-core/kmod-static-nodes (limited to 'pcr/openrc-core/kmod-static-nodes') diff --git a/pcr/openrc-core/kmod-static-nodes b/pcr/openrc-core/kmod-static-nodes deleted file mode 100644 index 7a3f529dc..000000000 --- a/pcr/openrc-core/kmod-static-nodes +++ /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-2-g168b