forked from pool/systemd
Marcus Meissner
bc83988d29
- Update to new upstream release 218 I really want networkd with a functioning machinectl --network-veth (broken in 13.2). OBS-URL: https://build.opensuse.org/request/show/280821 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=844
26 lines
940 B
Diff
26 lines
940 B
Diff
---
|
|
Makefile.am | 10 +++++-----
|
|
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
Index: systemd-218/Makefile.am
|
|
===================================================================
|
|
--- systemd-218.orig/Makefile.am
|
|
+++ systemd-218/Makefile.am
|
|
@@ -4209,11 +4209,11 @@ noinst_LTLIBRARIES += \
|
|
libsystemd-journal-core.la
|
|
|
|
journal-install-hook:
|
|
- -$(MKDIR_P) $(DESTDIR)/var/log/journal
|
|
- -chown 0:0 $(DESTDIR)/var/log/journal
|
|
- -chmod 755 $(DESTDIR)/var/log/journal
|
|
- -setfacl -nm g:adm:rx,d:g:adm:rx $(DESTDIR)/var/log/journal/
|
|
- -setfacl -nm g:wheel:rx,d:g:wheel:rx $(DESTDIR)/var/log/journal/
|
|
+ -$(MKDIR_P) $(DESTDIR)/var/log/journal/
|
|
+ -@echo chown 0:0 $(DESTDIR)/var/log/journal/
|
|
+ -chmod 755 $(DESTDIR)/var/log/journal/
|
|
+ -@echo setfacl -nm g:adm:rx,d:g:adm:rx $(DESTDIR)/var/log/journal/
|
|
+ -@echo setfacl -nm g:wheel:rx,d:g:wheel:rx $(DESTDIR)/var/log/journal/
|
|
|
|
journal-uninstall-hook:
|
|
-rmdir $(DESTDIR)/var/log/journal/remote
|