From patchwork Sat Oct 23 06:01:51 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 4809 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HbrGj0hzdz3wcs for ; Sat, 23 Oct 2021 06:02:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HbrGg6Dzdz5Zk; Sat, 23 Oct 2021 06:02:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HbrGg2mYgz2yd6; Sat, 23 Oct 2021 06:02:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HbrGd4czdz2xFK for ; Sat, 23 Oct 2021 06:02:33 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HbrGc35FZzRC for ; Sat, 23 Oct 2021 06:02:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1634968953; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7OuCnV5xHM1oFM+TWDa50oxVeNDPlOWPcMJouwNYgwQ=; b=oYxs5CmzQI4WfhTbAIGg5UJvy7/+fr1t/3SKJXIuJ+B4BHiKroLqm3BusmbI++ZQwfd0v9 Wagm2tnaHYuyftCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1634968953; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7OuCnV5xHM1oFM+TWDa50oxVeNDPlOWPcMJouwNYgwQ=; b=l+2Uab7DyF0S+zA8LK8OspXMnKsl5N0tpVCeHdmXBy1I3OIgpdI5tMCrsP/UnLIGiQEFiz KhG2VfEGqRt8mWt9cc4hY6GCcNEUK0DdjWNbh4oMp8CnNvw59wxxJkUMgTokAsvgn2nQnP tgjcWR8MWjotMx3zbuHByGW9Yhrk1OFovZffAq4qjV0lsdoJCfzHWshdXLPCEbVYSV6YwU SrH/fB90a9AbQgIl0mx+M6szZn+JnlCRL1tm5a2FuFFpBAmvRyjfaF29PjG/R7aI5BzSm4 PLMmxpVGDCThXVWESGhrNoLge1bYfyTJExWpLkf8hGg6wEwzQPUv6OY+WWBW6w== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Core Update 161: Delete shared object files leftover from pppd 2.4.8 Message-ID: <0710e0c0-a144-5872-6e09-31c59178e2bb@ipfire.org> Date: Sat, 23 Oct 2021 08:01:51 +0200 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Rolled forward from commit 488e29e033097eadabd152e97022b71c21e6a414. Signed-off-by: Peter Müller --- config/rootfiles/core/161/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/161/update.sh b/config/rootfiles/core/161/update.sh index 8110070e7..889950824 100644 --- a/config/rootfiles/core/161/update.sh +++ b/config/rootfiles/core/161/update.sh @@ -120,6 +120,10 @@ ldconfig # Start services +# Delete orphaned pppd 2.4.8 shared object files +rm -rf \ + /usr/lib/pppd/2.4.8/ + # Generate new qos.sh qosctrl stop qosctrl generate