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 4cNmHp5CSxz333n for ; Fri, 12 Sep 2025 20:29:42 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cNmHl2cWfz2xHd for ; Fri, 12 Sep 2025 20:29:39 +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 4cNmHk3PBBz1fv; Fri, 12 Sep 2025 20:29:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757708978; 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=iKG65uKK6NixnhhdM4HojSIFrRu4SRN5vtyvCXuoNNM=; b=Y7QDxHtY3mHMpc64/7ECBH2Eo3OobwYCWI7cFoaYHFUEtPOO+F6BjtWjgpFK/SF7cmbjo4 OLTuu7VGov7t8ZAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757708978; 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=iKG65uKK6NixnhhdM4HojSIFrRu4SRN5vtyvCXuoNNM=; b=mniY3tOJLjFl9qGJPGQkRzxPr5u6wBq6G8ydu9hEvpn+oZEp5evRBbHtLRvqgga2ghLFM1 yMQ+xvP1sVAkOK0iQZJZtbxPE94IA2L8AJbFhi06uZDXi0WgU3ffvvHulIyUnRN50FVCX8 bL+VbAVVRb565r81wXdm0Xgw4UUUF4yn54MZe6xbcOfwsfMTzgIf+mpGCaO8AygrQHJuJy /4jrjJBm+AV2x1/gF8NGf+n8qpNFAhfLUaMfP4niPUYnPcYOrqXUwsK9xROShnVslgslOY RAyUSK5qwLapLqIftKkUFL2Is2mMsnoj1dIlVtnVejsT76Gt0kiPfnhtMxyUbg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/3] wio.cgi: Update openvpn rw log filename Date: Fri, 12 Sep 2025 22:29:32 +0200 Message-ID: <20250912202934.3490943-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 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- html/cgi-bin/wio.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/wio.cgi b/html/cgi-bin/wio.cgi index 30a51104c..d988ec597 100644 --- a/html/cgi-bin/wio.cgi +++ b/html/cgi-bin/wio.cgi @@ -3,7 +3,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2017-2021 Stephan Feddersen # +# Copyright (C) 2017-2025 IPFire Team # # All Rights Reserved. # # # # This program is free software: you can redistribute it and/or modify # @@ -1291,7 +1291,7 @@ print""; if ( -e "$ovpnpid" ) { -@ovpnstatus = `cat /var/run/ovpnserver.log`; +@ovpnstatus = `cat /var/run/openvpn-rw.log`; print" -- 2.51.0