From patchwork Sun Mar 20 10:20:26 2022 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: 5366 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 4KLv031nkrz3wtb for ; Sun, 20 Mar 2022 10:20:35 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KLv005yvDz35X; Sun, 20 Mar 2022 10:20:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KLv005Szzz2yZk; Sun, 20 Mar 2022 10:20:32 +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 4KLtzy4y3Bz2yRl for ; Sun, 20 Mar 2022 10:20:30 +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 4KLtzx0s1tz1ly for ; Sun, 20 Mar 2022 10:20:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1647771629; 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=SaGsq/1dBp2tqO5yhE3DZ2X/86/WWk1I/Z1senPnkz4=; b=oEAfg8Uk3o51foKBzCkWbX8Mj53+dV23KwvqklQdeKjcI1WiI+XpLPkTDJc1iMmpEZ9fQm yAGmFF/+AZ1UW0Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1647771629; 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=SaGsq/1dBp2tqO5yhE3DZ2X/86/WWk1I/Z1senPnkz4=; b=gqJXqFoO5K7jOyhVRxiwGVGKOixVFcQWEVJfNvWHufnkMo1FgRpgKE5YmFwuYegYwbxgCB fPhQQjoQpexkXHdm3vy4IzgWB00O7x4cGctyRf4srsLeIV8WH4HVFVdeLAJQHLDGtkI1wy uzMMbpY4up7FDi/jL40e+GQQsXikRebVInXmDTrKK+QNcMUedXx30v2wAOOSJRu7l8GcZV UshgFOMtc1RerSsTOACfmxoTd5Fme34rzb4sbdkZyxarTmDrtiB1OTkyy8jH2eRFRMhyXX RvoFJgLw7/vrKIQ6fyJy/vh6vr0Y4Qq4mgB4f/wa3plPcc5uUK3GT3ptCBJqIw== Message-ID: <63ee158e-d202-3fe4-bf4c-ac7cba80accf@ipfire.org> Date: Sun, 20 Mar 2022 10:20:26 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Core Update 165: Restart Squid during the update 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" Fixes: #12810 Signed-off-by: Peter Müller --- config/rootfiles/core/165/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/165/update.sh index ffb552c80..2c2e6a10c 100644 --- a/config/rootfiles/core/165/update.sh +++ b/config/rootfiles/core/165/update.sh @@ -128,6 +128,7 @@ ldconfig # Start services telinit u /etc/rc.d/init.d/firewall restart +/etc/rc.d/init.d/squid restart # Fix ownership of classification file. chown nobody:nobody /usr/share/suricata/classification.config