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 /conf.d/Makefile | |
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 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |