From f9dac5a0c57e767a19be34ca5e0ed252e3cb6001 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 25 Jan 2017 11:16:15 +0100 Subject: [PATCH] Fix file name of systemd tmpfile 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 Signed-off-by: Michael Tremer --- 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 07779486..3226e5b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -285,7 +285,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 -- 2.39.2