Good catch. Merged. Please don't forget to CC emails for the network package to network(a)lists.ipfire .org, too. -Michael On Wed, 2017-01-25 at 11:16 +0100, Stefan Schantl wrote: > The tmpfile configuration file had a wrong name (.conf prefix has been > missing). > > As a result of this, the file was ignored and the containing files and folders > have not been created during boot-up. > > Signed-off-by: Stefan Schantl > --- >  Makefile.am                            | 2 +- >  src/tmpfiles/{network => network.conf} | 0 >  2 files changed, 1 insertion(+), 1 deletion(-) >  rename src/tmpfiles/{network => network.conf} (100%) > > diff --git a/Makefile.am b/Makefile.am > index c79cef9..3c94486 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -283,7 +283,7 @@ dist_bashcompletion_SCRIPTS = \ >  # ------------------------------------------------------------------------- > ----- >   >  dist_tmpfiles_DATA = \ > - src/tmpfiles/network > + src/tmpfiles/network.conf >   >  # ------------------------------------------------------------------------- > ----- >   > diff --git a/src/tmpfiles/network b/src/tmpfiles/network.conf > similarity index 100% > rename from src/tmpfiles/network > rename to src/tmpfiles/network.conf