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 4ZRNZm4Y06z331X for ; Mon, 31 Mar 2025 20:51:12 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRNZj0SGyz2y59 for ; Mon, 31 Mar 2025 20:51:09 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZRNZg633kz6T; Mon, 31 Mar 2025 20:51:07 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743454268; 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=bDVuAVN03JQYv74hTsocUDCSO0LJc3vhr5ULoWq1Y1A=; b=3OOKjm+eRp5vTiZXEshMHtDck3Qn7YZGq7t+2PPZ9CYqyJ19YbpNLqDbfdPILgHxc0Y9Lk +tssjz6jLn046YAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743454268; 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=bDVuAVN03JQYv74hTsocUDCSO0LJc3vhr5ULoWq1Y1A=; b=uOCWZYWQVmcUXkDnmfDLE0wQQTf0lXcUsAyBZA4CI6mYBhRIhSdGZRZHBflo2tLt81DkI1 zSLoXkmSrItqGmKXWlCAEsSMLrz8tAlorh2n2RUpK4V/fCoamP4lzrSNYJb6qJtWo8MEs3 zXPNHJPb1BNOHfQUIhWDjoQbPXHEL23x/XSXrOsqQGu70FJG1K3z+VtByjGt5nyapH72Zl FnIny9RxUhzfMTxPOjsvs7LEuhVOHD8rgFlidCfYmIs5DozvFTFQIZt0kyhOohyH/uVcSk CDDKKWESKbqpv/AhEIEnUc0B48bZU46iJqNPzHaWcr6QZJEt3jSbAghDFDwmjA== Message-ID: Date: Mon, 31 Mar 2025 22:51:02 +0200 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 To: Michael Tremer Cc: development@lists.ipfire.org References: <20250331134509.3327239-1-adolf.belka@ipfire.org> <20250331134509.3327239-2-adolf.belka@ipfire.org> <55239282-8245-4CB7-8F48-C20B270ABE8C@ipfire.org> Content-Language: en-GB From: Adolf Belka In-Reply-To: <55239282-8245-4CB7-8F48-C20B270ABE8C@ipfire.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hallo, On 31/03/2025 17:25, Michael Tremer wrote: > Hello, > > I like this, so I cannot get it wrong any more :) I thought I should try and have a go to make it easier but I noted that I managed to miss some myself :) Will keep on trying to improve :) Adolf. > > -Michael > >> On 31 Mar 2025, at 14:45, Adolf Belka wrote: >> >> 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 >> >> 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 >> -- >> 2.49.0 >> >> >