]> git.ipfire.org Git - network.git/commitdiff
Fix file name of systemd tmpfile
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 25 Jan 2017 10:16:15 +0000 (11:16 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Jan 2017 11:12:42 +0000 (11:12 +0000)
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 <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/tmpfiles/network.conf [moved from src/tmpfiles/network with 100% similarity]

index 07779486c8e4cd5c8c4b505b377163fd13e48455..3226e5b13f75f86375f6d8aa65b8c1d066284720 100644 (file)
@@ -285,7 +285,7 @@ dist_bashcompletion_SCRIPTS = \
 # ------------------------------------------------------------------------------
 
 dist_tmpfiles_DATA = \
-       src/tmpfiles/network
+       src/tmpfiles/network.conf
 
 # ------------------------------------------------------------------------------