From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRFLy4m4yz335N for ; Mon, 31 Mar 2025 15:25:30 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRFLv0hQcz2xS5 for ; Mon, 31 Mar 2025 15:25:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZRFLt3Dy7zG9; Mon, 31 Mar 2025 15:25:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743434726; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tFIyD+q2gIrVRb2aw7AY7Lau+qovbyWFlEOM1QOaSqw=; b=F9FCfRcf0lcsmFKqr0mnMTn9IXWuLlKguKYTamZLLMcAmeBhUnpqs3QkYaxzx6kDn88sjv DPfhP6X4sKrgmIs6vF5IHz48hDL4m2/Uj0fMDE9TiH6fvVmduIHd8xkD6m2PqHRk+D3pVB mpjUzGM64dL4h/AIPie+6X4r+PUkP7axzPmBx0+NkaNn3F/iSfbkxqjVYoAo7Ik8E+H/VA +skdiIGly3oOof9JhTZss7f+rH59+hd2AQgDoYuhXN8dpoJ5g76tCQWnnc1CCC1Tp23N13 1j1mpGFCmiV041OZ0Y9/MeZ/9aGWKBxlzr25dAdgzAUKzyVMv3P6efR73I+Baw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743434726; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tFIyD+q2gIrVRb2aw7AY7Lau+qovbyWFlEOM1QOaSqw=; b=xDgcuycUZ5OmI01vvt24HtQ2uOAWVQvyKrqyjPdjveWEfQ9JhlTbyxSZx3pHz1AJBBE2ul +n1qGcdRx9j48nDg== Content-Type: text/plain; charset=us-ascii Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: Mime-Version: 1.0 Subject: Re: [PATCH 02/10] core194: Ship apache2 From: Michael Tremer In-Reply-To: <20250331134509.3327239-2-adolf.belka@ipfire.org> Date: Mon, 31 Mar 2025 16:25:25 +0100 Cc: development@lists.ipfire.org Content-Transfer-Encoding: quoted-printable Message-Id: <55239282-8245-4CB7-8F48-C20B270ABE8C@ipfire.org> References: <20250331134509.3327239-1-adolf.belka@ipfire.org> <20250331134509.3327239-2-adolf.belka@ipfire.org> To: Adolf Belka Hello, I like this, so I cannot get it wrong any more :) -Michael > On 31 Mar 2025, at 14:45, Adolf Belka wrote: >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/core/194/filelists/apache2 | 1 + > 1 file changed, 1 insertion(+) > create mode 120000 config/rootfiles/core/194/filelists/apache2 >=20 > diff --git a/config/rootfiles/core/194/filelists/apache2 = b/config/rootfiles/core/194/filelists/apache2 > new file mode 120000 > index 000000000..eef95efa7 > --- /dev/null > +++ b/config/rootfiles/core/194/filelists/apache2 > @@ -0,0 +1 @@ > +../../../common/apache2 > \ No newline at end of file > --=20 > 2.49.0 >=20 >=20