From patchwork Fri Sep 12 20:29:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9068 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cNmHx0FbYz3wkk for ; Fri, 12 Sep 2025 20:29:49 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cNmHw6cKXz31P for ; Fri, 12 Sep 2025 20:29:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cNmHq4MJwz3393 for ; Fri, 12 Sep 2025 20:29:43 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cNmHn01x2z32fg for ; Fri, 12 Sep 2025 20:29:40 +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 4cNmHl23xpz2V5; Fri, 12 Sep 2025 20:29:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757708979; 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=SsjqtPj8Lqzg+TfPrv3I/xwpzGqeSm2M26rqYaoSb0Q=; b=ft0LKIwuchnLax7ZOuS/Tk7F3fhWfDfhS2CU0aMSyfYiiKIQP6mpgNgdxy91zsDbIUUpWm vprqMzSbhzE2DsCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757708979; 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=SsjqtPj8Lqzg+TfPrv3I/xwpzGqeSm2M26rqYaoSb0Q=; b=AGedOIXX51u2V3JjSujWxMweM6zICdEOeHUMZ7NWpjRZogFK+zeEAb64Cd/tOUh2Q+7x3P 5nX29ex4C94GJRyWJTvesQW9uQnaVrV9r6XWuqeuzykfYrMfMT9lSBvMYJcyctZiYmQKsM gOXuFuL36unAJvS0ijrtL9pIkLiHcCHIr35rXRW4y8ncJ/e/eXjQnZzhXqN4MBdRnzcr9p ooAyAG/ak2c5F+VpHGRbpDu7+jBGF7DA9xJiltPM88dayoTtOE4kw0PmfWZpxN4l5Td0ft QBOM63UYvy+JQz9OxJuqtySH9zdNNreWi2pTDekUXIyJ/L+iGR6qnKwSTG1C4w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/3] wiovpn.pl: Update openvpn rw log filename Date: Fri, 12 Sep 2025 22:29:33 +0200 Message-ID: <20250912202934.3490943-2-adolf.belka@ipfire.org> In-Reply-To: <20250912202934.3490943-1-adolf.belka@ipfire.org> References: <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 Signed-off-by: Adolf Belka --- config/wio/wiovpn.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/wio/wiovpn.pl b/config/wio/wiovpn.pl index 22116cd62..80b020dc9 100644 --- a/config/wio/wiovpn.pl +++ b/config/wio/wiovpn.pl @@ -3,7 +3,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2017-2020 Stephan Feddersen # +# Copyright (C) 2017-2025 IPFire Team # # All Rights Reserved. # # # # This program is free software: you can redistribute it and/or modify # @@ -21,7 +21,7 @@ # # ############################################################################### # -# Version: 2020/05/04 12:02:23 +# # # This wioovpn.pl is based on the code from the IPCop WIO Addon # and is extremly adapted to work with IPFire. @@ -75,7 +75,7 @@ if ( ! -e "$ovpnpid" ) { } else { -@ovpnstatus = `cat /var/run/ovpnserver.log`; +@ovpnstatus = `cat /var/run/openvpn-rw.log`; open(FILE, "$ovpnconfig"); @ovpncfg = ;