From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] Fix file name of systemd tmpfile.
Date: Wed, 25 Jan 2017 11:13:48 +0000 [thread overview]
Message-ID: <1485342828.30934.66.camel@ipfire.org> (raw)
In-Reply-To: <20170125101615.8341-1-stefan.schantl@ipfire.org>
[-- 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 --]
prev parent reply other threads:[~2017-01-25 11:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-25 10:16 Stefan Schantl
2017-01-25 11:13 ` Michael Tremer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1485342828.30934.66.camel@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox