From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 4/6] Core Update 157: Delete shared object files leftover from pppd 2.4.8
Date: Fri, 21 May 2021 15:41:50 +0200 [thread overview]
Message-ID: <bb2b09fd-b222-5884-6736-fb793050ee86@ipfire.org> (raw)
In-Reply-To: <cbc685b5-e308-0511-4411-fd55b2939f08@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 628 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
config/rootfiles/core/157/update.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/update.sh
index a53aa0759..94b10723f 100644
--- a/config/rootfiles/core/157/update.sh
+++ b/config/rootfiles/core/157/update.sh
@@ -124,6 +124,10 @@ rm -f \
/usr/lib/dma-mbox-create \
/usr/lib/openssh/ssh-keysign
+# Delete orphaned pppd 2.4.8 shared object files
+rm -rf \
+ /usr/lib/pppd/2.4.8/
+
# Start services
/etc/init.d/sshd restart
/etc/init.d/apache restart
--
2.26.2
next prev parent reply other threads:[~2021-05-21 13:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-21 13:40 [PATCH 0/6] Patchset for fixing errors surfaced in Core Update 157 (testing) Peter Müller
2021-05-21 13:40 ` [PATCH 1/6] Core Update 157: Apply changed SSH configurations Peter Müller
2021-05-21 13:41 ` [PATCH 2/6] Core Update 157: Ship backup package to apply changed permissions Peter Müller
2021-05-21 13:41 ` [PATCH 3/6] pppd: Explicitly ship pppd shared object files Peter Müller
2021-05-21 13:41 ` Peter Müller [this message]
2021-05-21 13:42 ` [PATCH 5/6] nagios-plugins: Set SUID bit for plugins which need it to function properly Peter Müller
2021-05-21 13:42 ` [PATCH 6/6] Icinga: Do not ship event handlers for Nagios Peter Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bb2b09fd-b222-5884-6736-fb793050ee86@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox