public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] systemd: Do not create /run/log/journal
@ 2023-03-17 14:57 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-03-17 14:57 UTC (permalink / raw)
  To: development

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

This will be done by the corresponding tmpfiles configuration
and violetes the FHS.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 systemd/systemd.nm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/systemd/systemd.nm b/systemd/systemd.nm
index 9bcefa3a7..30d1e829f 100644
--- a/systemd/systemd.nm
+++ b/systemd/systemd.nm
@@ -5,7 +5,7 @@
 
 name       = systemd
 version    = 252
-release    = 2.1
+release    = 3
 
 maintainer = Stefan Schantl <stefan.schantl(a)ipfire.org>
 groups     = System/Base
@@ -193,10 +193,6 @@ build
 		# Don't let udev set up any networking
 		rm -vf %{BUILDROOT}/usr/lib/udev/rules.d/80-net-setup-link.rules
 
-		# Create journald related folders.
-		mkdir -pv %{BUILDROOT}/run/log/journal
-		chown root:systemd-journal %{BUILDROOT}/run/log/journal
-
 		mkdir -pv %{BUILDROOT}/var/log/journal
 		chown root:systemd-journal %{BUILDROOT}/var/log/journal
 
-- 
2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-17 14:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 14:57 [PATCH] systemd: Do not create /run/log/journal Stefan Schantl

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