From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4h7S962LCMz36Vp for ; Sun, 26 Jul 2026 16:38:50 +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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4h7S926vXpz2xfM for ; Sun, 26 Jul 2026 16:38:46 +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 4h7S8t4p2rz2S for ; Sun, 26 Jul 2026 16:38:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1785083918; 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=hjpwS/2iPFVIgEZpASAEKgo/iqVH8nQz0XZ1QusW51Y=; b=N9cXIrGZipCgHpKdAJxgpT3h/i8D6dRNlwxJpYzLbZVgNBpIzaKSv6upg+Fx4d+UPjf8uC N7IM/1tToMdV0RBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1785083918; 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=hjpwS/2iPFVIgEZpASAEKgo/iqVH8nQz0XZ1QusW51Y=; b=m+/9pQXv+6Hjd62WzVvPoS4WHNIuy889xsobdou2beRR6daydQduhPguSNZe0JmNUamyBz g7W7oFyHP1kM51hP6m57kKcXPLY4j6fQJYcHxkjT/5DrRJ6/E8rpFnMpSxhpDHqIsO2gT2 xtG/kIb9jzHbO6AQX/hvh3TjgzBarcqPCQweCJ7Res+gJCl5XA6JN0nmZjTDzwf9aOfkb6 R4XNLNQJlQtuU48V3MCnR1CYFLS2gsmaRS7d89hT2p44GEhLnlFv5PuB63xlPsSR5oqN+F 0Egf9+C1c+7piycGHU1Qe01tEtYBHGwVQGq6lEEdOUy1svyLYJ4bAO8gORNPrg== Message-ID: Date: Sun, 26 Jul 2026 18:38:32 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development-List" From: Matthias Fischer Subject: Remnants of 'unbound' in updated installations Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, since it came to my view: - 'unboundctrl' in '/usr/local/bin' is still present in updated installations. I think its not needed anymore. - 'unbound' user and group are there as well. If we are no longer need these - than I could update the 'update.sh' script for one of the coming core updates accordingly. ;-) Can anyone confirm? Best Matthias