From ecba403684f0feec11a19117b3cd9da9e9e6e518 Mon Sep 17 00:00:00 2001 From: David P Date: Thu, 14 Nov 2019 16:21:39 -0300 Subject: nonsystemd/openrc: adopt some good stuff from pcr/openrc and install halt.sh in openrc-sysvinit Signed-off-by: David P --- nonsystemd/openrc/opentmpfiles-dev.initd | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 nonsystemd/openrc/opentmpfiles-dev.initd (limited to 'nonsystemd/openrc/opentmpfiles-dev.initd') diff --git a/nonsystemd/openrc/opentmpfiles-dev.initd b/nonsystemd/openrc/opentmpfiles-dev.initd deleted file mode 100644 index 587d0e9ea..000000000 --- a/nonsystemd/openrc/opentmpfiles-dev.initd +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Released under the 2-clause BSD license. - -description="Set up tmpfiles.d entries for /dev" - -depend() -{ - provide tmpfiles-dev tmpfiles.dev - use dev-mount - before dev - keyword -prefix -vserver -} - -start() -{ - ebegin "Setting up tmpfiles.d entries for /dev" - tmpfiles --prefix=/dev --create --boot ${tmpfiles_opts} - eend $? -} -- cgit v1.2.3