From patchwork Tue Jan 7 16:34:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8386 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 (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YSGpq5qmVz3x5M for ; Tue, 7 Jan 2025 16:34:27 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YSGpn2MVvz4Zc; Tue, 7 Jan 2025 16:34:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YSGpn16mGz32fh; Tue, 7 Jan 2025 16:34:25 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YSGpl3mbWz30BH for ; Tue, 7 Jan 2025 16:34:23 +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 4YSGpk5hX9zNR; Tue, 7 Jan 2025 16:34:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1736267663; 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=XHMQAJJDr5rzBBlK2uMkg+aFZuvltcaEsKm5ADdtFts=; b=40B785pUxr96GjAfi6W9gkoi+2Ts3W9BpIXLCOTWwysenoHY4+tAtE9GPdyjcBXkg9kMG+ mkVKr2r4tvYd7VDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1736267663; 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=XHMQAJJDr5rzBBlK2uMkg+aFZuvltcaEsKm5ADdtFts=; b=tJQIdqwpTw51BWZzWUD8h8QLpr7IYyE9N0vFTS6X9YaGUB/8h/NI6Lmlrv+ggYiqaFuPoR Wsx3ahdLA9ZAgxn+xmILpaJn+KhFbF2k+AKMzjEG1B69p6z9Wppg2b8v2ErXn5UlpUMdMD YtWBXhBQfSNJN39DoKJ7ckFkKAqluCsu/jrQ/xDLsqNQ2W7mucQitN3nziSBVubUXi4m5l pX+thk1hRrNc2o0ZNVNT9casHY3Z/HJW94BYO1GSRMgfrzHR9craEwE1uZeuTsLTQ/IgFl OKHZTrL31eNFZjJxsEq8uPbyUjfG+2JmwfrbDOXc4Ny277g/TVCkNRJ/fMId+A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] web-user-interface: Update rootfile Date: Tue, 7 Jan 2025 17:34:18 +0100 Message-ID: <20250107163418.24170-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 4VH42A5GR4XNVLWWNQXBRUWWGLQX2RRK X-Message-ID-Hash: 4VH42A5GR4XNVLWWNQXBRUWWGLQX2RRK X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Comment out the wlanap.cgi rootfile entry as this is tied to the hostapd addon and is installed when hostapd is installed. Signed-off-by: Adolf Belka --- config/rootfiles/common/web-user-interface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/common/web-user-interface b/config/rootfiles/common/web-user-interface index d779ad1c8..816241dae 100644 --- a/config/rootfiles/common/web-user-interface +++ b/config/rootfiles/common/web-user-interface @@ -89,7 +89,7 @@ srv/web/ipfire/cgi-bin/webaccess.cgi #srv/web/ipfire/cgi-bin/wiographs.cgi srv/web/ipfire/cgi-bin/wireless.cgi srv/web/ipfire/cgi-bin/wirelessclient.cgi -srv/web/ipfire/cgi-bin/wlanap.cgi +#srv/web/ipfire/cgi-bin/wlanap.cgi srv/web/ipfire/cgi-bin/zoneconf.cgi #srv/web/ipfire/html srv/web/ipfire/html/blob.gif