From: Peter Müller Date: Mon, 17 May 2021 19:02:56 +0000 (+0200) Subject: Core Update 157: Delete orphaned DMA mail box creation binary as well X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=becfea1d380951c261529f6a2cb66dc17856a34d Core Update 157: Delete orphaned DMA mail box creation binary as well Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/update.sh index 0f4c763460..8738a1e469 100644 --- a/config/rootfiles/core/157/update.sh +++ b/config/rootfiles/core/157/update.sh @@ -107,7 +107,9 @@ ldconfig chmod -s /usr/bin/gpg # Delete scrubbed files -rm -f /usr/lib/openssh/ssh-keysign +rm -f \ + /usr/lib/dma-mbox-create \ + /usr/lib/openssh/ssh-keysign # Start services /etc/init.d/sshd restart