From e0ac661419042cb39c1ccf93df2981504d1e6339 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 14 Nov 2016 18:12:06 -0600 Subject: split tmpfiles processing into opentmpfiles The openntmpfiles package is designed so that it can be used on systems independently of whether openrc is used. --- conf.d/Makefile | 3 +-- conf.d/tmpfiles | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 conf.d/tmpfiles (limited to 'conf.d') diff --git a/conf.d/Makefile b/conf.d/Makefile index a18ca749..6c7962b6 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,8 +1,7 @@ include ../mk/net.mk DIR= ${CONFDIR} -CONF= bootmisc fsck hostname localmount netmount swap urandom tmpfiles \ - ${CONF-${OS}} +CONF= bootmisc fsck hostname localmount netmount swap urandom ${CONF-${OS}} ifeq (${MKNET},yes) CONF+= network staticroute diff --git a/conf.d/tmpfiles b/conf.d/tmpfiles deleted file mode 100644 index c3f208fe..00000000 --- a/conf.d/tmpfiles +++ /dev/null @@ -1,3 +0,0 @@ -# Extra options for tmpfiles.sh -#tmpfiles_opts="--verbose" -tmpfiles_opts="" -- cgit v1.2.3