diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-11-14 18:12:06 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-12-01 12:04:54 -0600 |
commit | e0ac661419042cb39c1ccf93df2981504d1e6339 (patch) | |
tree | 161d1928820550cb9af2ae47f4da33f9eb97bedf /init.d/tmpfiles.dev.in | |
parent | 6414c3bc394f86a5d6a5f02c934469e21bbbc923 (diff) |
split tmpfiles processing into opentmpfiles
The openntmpfiles package is designed so that it can be used on systems
independently of whether openrc is used.
Diffstat (limited to 'init.d/tmpfiles.dev.in')
-rw-r--r-- | init.d/tmpfiles.dev.in | 20 |
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 -} |