From patchwork Wed Feb 2 13:09:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5036 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 4JphwM3TZhz3wsl for ; Wed, 2 Feb 2022 13:09:39 +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 4JphwH6hKNz341; Wed, 2 Feb 2022 13:09:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JphwH43dhz2yqg; Wed, 2 Feb 2022 13:09: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 4JphwG3FR7z2xFK for ; Wed, 2 Feb 2022 13:09:34 +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 4JphwF5VMYz1Lm; Wed, 2 Feb 2022 13:09:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643807373; 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; bh=3P8otze7vj+orhOZL58ZQ1pSkZRxN98GuxItuH/QP8s=; b=cTf2b8PxkMOpI1RlX39MQSnF/ibyCMYqIm60g/7a+f4alBHxIriYsyaK0D8jrBn0zV3kFI EtdgCSOX77JfZEBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643807373; 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; bh=3P8otze7vj+orhOZL58ZQ1pSkZRxN98GuxItuH/QP8s=; b=d2iAkI6vQzt+xLeimBCM1ZPLVvZuksy90CFPe2+1iz+3wcMhr9kmJp1cRTfsXZPs3SoCfq JlbP3O5bgexlbKOVJVXR0+7ufirPfqfEZxYcd84ClJ/ZkZ7hKIMyDV/ZxWcBgKBZvO3uXl NfScxKnmjo9Gy21sJgu4e7OcTa3zlVVYITuFaBsgmyBORqz/6Br/8jafe9P9ZGUHqx+sba FgtIeKESY0By7YnwvPCHuljreITy9eJgej4fPi0E8gvrhTUsik6O+DG10lYbrfXn0obebS xm5zcglg9ZDb2icFErlhsOyU4wANWL33O1D3hFaseUWUSYGFcFlr98aXqus1oA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] manualpages: Update to include addon help links for addons with menu entries Date: Wed, 2 Feb 2022 14:09:24 +0100 Message-Id: <20220202130924.3693-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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" - Some addons have menu entries and currentlky these do not have any links to their help pages - Ran check_manualpages and confirmed that all links to wiki pages are existing. - Tested for guardian and wio Tested-by: Adolf Belka Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/cfgroot/manualpages | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages index 97246e6f0..4bfec8ab7 100644 --- a/config/cfgroot/manualpages +++ b/config/cfgroot/manualpages @@ -25,6 +25,7 @@ netinternal=configuration/status/network_int netother=configuration/status/network_int netovpnrw=configuration/status/network_ovpnrw #netovpnsrv= +wio=addons/wio hardwaregraphs=configuration/status/hardware_diagrams entropy=configuration/status/entropy connections=configuration/status/connections @@ -52,6 +53,7 @@ ovpnmain=configuration/services/openvpn ddns=configuration/services/dyndns time=configuration/services/ntp qos=configuration/services/qos +guardian=addons/guardian extrahd=configuration/services/extrahd # Firewall menu @@ -66,12 +68,17 @@ iptables=configuration/firewall/iptables # IPfire menu pakfire=configuration/ipfire/pakfire +wlanap=addons/wireless +tor=addons/tor +mpfire=addons/mpfire +samba=addons/samba # Logs menu summary=configuration/logs/summary config=configuration/logs/logsettings proxylog=configuration/logs/proxy calamaris=configuration/logs/proxyreports +accounting=addons/squid-accounting firewalllog=configuration/logs/firewall firewalllogip=configuration/logs/firewall-ip firewalllogport=configuration/logs/firewall-port