From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] Fix file name of systemd tmpfile.
Date: Wed, 25 Jan 2017 11:16:15 +0100 [thread overview]
Message-ID: <20170125101615.8341-1-stefan.schantl@ipfire.org> (raw)
[-- 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
next reply other threads:[~2017-01-25 10:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-25 10:16 Stefan Schantl [this message]
2017-01-25 11:13 ` Michael Tremer
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=20170125101615.8341-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@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