aboutsummaryrefslogtreecommitdiff
path: root/init.d/tmpfiles.dev.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/tmpfiles.dev.in')
-rw-r--r--init.d/tmpfiles.dev.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/init.d/tmpfiles.dev.in b/init.d/tmpfiles.dev.in
deleted file mode 100644
index c70a29e3..00000000
--- a/init.d/tmpfiles.dev.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!@SBINDIR@/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Released under the 2-clause BSD license.
-
-description="Set up tmpfiles.d entries"
-
-depend()
-{
- use dev-mount
- before dev
- keyword -prefix -vserver
-}
-
-start()
-{
- ebegin "Setting up tmpfiles.d entries for /dev"
- @LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --boot ${tmpfiles_opts}
- eend $?
- return 0
-}