From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] Fix file name of systemd tmpfile. Date: Wed, 25 Jan 2017 11:16:15 +0100 Message-ID: <20170125101615.8341-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8130623456821784220==" List-Id: --===============8130623456821784220== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The tmpfile configuration file had a wrong name (.conf prefix has been missin= g). 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 =3D> network.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/tmpfiles/{network =3D> 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 =3D \ # --------------------------------------------------------------------------= ---- =20 dist_tmpfiles_DATA =3D \ - src/tmpfiles/network + src/tmpfiles/network.conf =20 # --------------------------------------------------------------------------= ---- =20 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 --=20 2.9.3 --===============8130623456821784220==--