From patchwork Tue Oct 26 17:01:28 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: 4823 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 4Hdylj4nQ3z3wcl for ; Tue, 26 Oct 2021 17:01: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 4Hdylg4g2Wztb; Tue, 26 Oct 2021 17:01:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Hdylg0j1Rz2yWZ; Tue, 26 Oct 2021 17:01: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 4Hdyld3vzKz2x9X for ; Tue, 26 Oct 2021 17:01: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 4Hdylc1lD4ztb for ; Tue, 26 Oct 2021 17:01:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1635267692; 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=7YPbVNgegIoofRqcMBMJroRDEFeTT9GKRIFZ5Q3Qntc=; b=gC2zIniA2sLI8a7eTp5zncbxvfFU9EyBOriJUMP5RlUX4DC7txOrb2bpLO+oZ//0zWip0s +1b424Zl5uFbSnAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1635267692; 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=7YPbVNgegIoofRqcMBMJroRDEFeTT9GKRIFZ5Q3Qntc=; b=CIdhQCb2hC/BL+01qK3aHZS52dxnhiKoLp6M8j2WS1axEW0/69rO9+5JSYSPK7CrAfs/iD kS+o8z9wpveKmfbxdEpacVHEPWUbVqs8KHrA0lyJbtnPuWH6RxRNQu4QhMFzFXU3qyIOIs /TK1dd3n1gPGZa3Vtw7jtuw4U+Njt0EmMZruH7dwfMRlGnEiQMoztOErY5xLRQsBM51Xds fIwRuJBwrl9n/aTR60A6VjFc0VMw3zFsnBFI/b+ETCkeQ3pU2ZF/iZCDBMq/6b4FO7ImRR QbGrWGszehm/obFAA01lu1ILUJVvaWQnHmdWNVuuaIj4WRI9FxHHV7tgEdkCeQ== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Core Update 161: fix typo (stronswan != strongswan) Message-ID: Date: Tue, 26 Oct 2021 19:01:28 +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" Signed-off-by: Peter Müller --- config/rootfiles/core/161/filelists/{stronswan => strongswan} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/core/161/filelists/{stronswan => strongswan} (100%) diff --git a/config/rootfiles/core/161/filelists/stronswan b/config/rootfiles/core/161/filelists/strongswan similarity index 100% rename from config/rootfiles/core/161/filelists/stronswan rename to config/rootfiles/core/161/filelists/strongswan