public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Fix file name of systemd tmpfile.
@ 2017-01-25 10:16 Stefan Schantl
  2017-01-25 11:13 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2017-01-25 10:16 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1056 bytes --]

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(a)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
-- 
2.9.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix file name of systemd tmpfile.
  2017-01-25 10:16 [PATCH] Fix file name of systemd tmpfile Stefan Schantl
@ 2017-01-25 11:13 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2017-01-25 11:13 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1340 bytes --]

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 <stefan.schantl(a)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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-25 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25 10:16 [PATCH] Fix file name of systemd tmpfile Stefan Schantl
2017-01-25 11:13 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox