forked from pool/systemd
Marcus Meissner
f35f0221c2
- 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
17 lines
467 B
Diff
17 lines
467 B
Diff
---
|
|
src/login/systemd-user | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: systemd-218/src/login/systemd-user
|
|
===================================================================
|
|
--- systemd-218.orig/src/login/systemd-user
|
|
+++ systemd-218/src/login/systemd-user
|
|
@@ -2,5 +2,5 @@
|
|
#
|
|
# Used by systemd --user instances.
|
|
|
|
-account include system-auth
|
|
-session include system-auth
|
|
+account include common-account
|
|
+session include common-session
|