From patchwork Mon May 25 11:55:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9867 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gPDqj3Ftpz3wql for ; Mon, 25 May 2026 11:56:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gPDqd20tjz7Hx for ; Mon, 25 May 2026 11:56:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gPDqZ5J0bz34yk for ; Mon, 25 May 2026 11:56:10 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gPDqS23qHz34VL for ; Mon, 25 May 2026 11:56:04 +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 4gPDqR25Wfz3Ws; Mon, 25 May 2026 11:56:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779710163; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=T+OyanB3IuvZIF+em1oxocMxKm0rSoUK7bDqekj+rk8=; b=LBv+TgcATzLZeVg9/hvIentJHzCED9AIkQBJ/2ZliWq8hJRt1sOBg3K233+Awp4uoBqiKw d78ZyLzEPdYnFsAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779710163; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=T+OyanB3IuvZIF+em1oxocMxKm0rSoUK7bDqekj+rk8=; b=KQ39lNC8w3OcsBUjuc+0Q9FbTHWHsHTbpiIiMkCRg+G0Fzl+PnZXKJqSXZbIEUfoWgenIn 77K95VtWcCUtUTBDjLVVZX5aXMn37g3Aub4yOhPT6lASp89YUubP5/s1mrlDJt6506cmW8 JZ0VFtimTANUC/MHeOo2QLgPjvqySYJm+wMouag7RZKadzV1KQo0QnbkpRsF66+HQeuxip pZXNZI5FLB+/DObGDjIiYFYDEubCjn/DV6Dzl6pgk8PMAzGnUyXDmL3lAKDxn33v+W4qsZ oN7lqZc80l3qPElJ55Sy49GrsM3PyzGrdxbxa2H2CxVsn/C7qYdVTYOUHxaqXg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 08/14] pakfire: Fix build warning - chown: warning: '.' should be ':' Date: Mon, 25 May 2026 13:55:51 +0200 Message-ID: <20260525115557.3631627-8-adolf.belka@ipfire.org> In-Reply-To: <20260525115557.3631627-1-adolf.belka@ipfire.org> References: <20260525115557.3631627-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Replace ownership separator from . to : Signed-off-by: Adolf Belka --- lfs/pakfire | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/pakfire b/lfs/pakfire index 2e75f7f68..8b9a7f92b 100644 --- a/lfs/pakfire +++ b/lfs/pakfire @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -56,7 +56,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) sed -e "s/@VERSION@/$(PAKFIRE_VERSION)/g" \ < $(DIR_APP)/pakfire.conf \ > $(DIR_APP)/etc/pakfire.conf - chown root.root $(DIR_APP) -R + chown root:root $(DIR_APP) -R chmod 755 $(DIR_APP)/pakfire ln -sf ../../var/log/pakfire /opt/pakfire/logs ln -sf ../../var/cache/pakfire /opt/pakfire/cache