From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] setup: Do not create /run/motd.d folder
Date: Fri, 17 Mar 2023 15:50:31 +0100 [thread overview]
Message-ID: <20230317145031.212025-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 755 bytes --]
This folder will be created from systemd by the corresponding
tmpfiles script and fails our FHS checks.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
setup/setup.nm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup/setup.nm b/setup/setup.nm
index 3b41b2d3f..cee66fab4 100644
--- a/setup/setup.nm
+++ b/setup/setup.nm
@@ -5,7 +5,7 @@
name = setup
version = 3.0
-release = 17
+release = 18
arch = noarch
groups = Base Build System/Base
@@ -60,7 +60,6 @@ build
# Create MOTD (message of the day) folder layout.
mkdir -p %{BUILDROOT}/etc/motd.d
- mkdir -p %{BUILDROOT}/run/motd.d
mkdir -p %{BUILDROOT}/usr/lib/motd.d
touch %{BUILDROOT}/usr/lib/motd
--
2.30.2
reply other threads:[~2023-03-17 14:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20230317145031.212025-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