From 858a59bb0cbb498d76731112610b5fde53ef8270 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 25 Apr 2019 09:47:27 +0200 Subject: [PATCH] systemd: Add patch to fix ssh problem Add a patch which hopefully fixes out ssh problem. Increment build number. --- systemd.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systemd.be0 b/systemd.be0 index fa3a2bf80..0918b77a1 100755 --- a/systemd.be0 +++ b/systemd.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION systemd-242-2 +# BEE_VERSION systemd-242-3 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -16,6 +16,7 @@ SRCURL[0]="https://github.com/systemd/systemd/archive/v${PKGVERSION}.tar.gz" ## The sources will be patched in the order of the array. PATCHURL+=(/src/mariux/patches/systemd-v242-0001-Prevent-loop-when-stopping-datagram-socket-units.patch) +PATCHURL+=(/src/mariux/patches/systemd-v242-0001-cgroup-Continue-unit-reset-if-cgroup-are-busy.patch) BEE_BUILDTYPE=meson