mbox

Fix file name of systemd tmpfile.

Message ID 20170125101615.8341-1-stefan.schantl@ipfire.org
State Accepted
Headers

Message

Stefan Schantl Jan. 25, 2017, 9:16 p.m. UTC
  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>
---
 Makefile.am                            | 2 +-
 src/tmpfiles/{network => network.conf} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename src/tmpfiles/{network => network.conf} (100%)
  

Comments

Michael Tremer Jan. 25, 2017, 10:13 p.m. UTC | #1
Good catch. Merged.

Please don't forget to CC emails for the network package to network@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 <stefan.schantl@ipfire.org>
> ---
>  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