public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] wio.cgi: Update openvpn rw log filename
@ 2025-09-12 20:29 Adolf Belka
  2025-09-12 20:29 ` [PATCH 2/3] wiovpn.pl: " Adolf Belka
  2025-09-12 20:29 ` [PATCH 3/3] core197: Ship wio.cgi & wiovpn.pl files Adolf Belka
  0 siblings, 2 replies; 3+ messages in thread
From: Adolf Belka @ 2025-09-12 20:29 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 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 <sfeddersen@ipfire.org>           #
+# Copyright (C) 2017-2025 IPFire Team  <info@ipfire.org>                      #
 # All Rights Reserved.                                                        #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
@@ -1291,7 +1291,7 @@ print"</table>";
 
 if ( -e "$ovpnpid" ) {
 
-@ovpnstatus = `cat /var/run/ovpnserver.log`;
+@ovpnstatus = `cat /var/run/openvpn-rw.log`;
 
 print"
 <table border='0' width='100%' bordercolor='$Header::bordercolour' cellspacing='0' cellpadding='0' style='border-collapse: collapse'>
-- 
2.51.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2/3] wiovpn.pl: Update openvpn rw log filename
  2025-09-12 20:29 [PATCH 1/3] wio.cgi: Update openvpn rw log filename Adolf Belka
@ 2025-09-12 20:29 ` Adolf Belka
  2025-09-12 20:29 ` [PATCH 3/3] core197: Ship wio.cgi & wiovpn.pl files Adolf Belka
  1 sibling, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2025-09-12 20:29 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 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 <sfeddersen@ipfire.org>           #
+# Copyright (C) 2017-2025 IPFire Team  <info@ipfire.org>                      #
 # 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 = <FILE>;
-- 
2.51.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 3/3] core197: Ship wio.cgi & wiovpn.pl files
  2025-09-12 20:29 [PATCH 1/3] wio.cgi: Update openvpn rw log filename Adolf Belka
  2025-09-12 20:29 ` [PATCH 2/3] wiovpn.pl: " Adolf Belka
@ 2025-09-12 20:29 ` Adolf Belka
  1 sibling, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2025-09-12 20:29 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/core/197/filelists/files | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/rootfiles/core/197/filelists/files b/config/rootfiles/core/197/filelists/files
index cdcebbe7f..8e79a54c4 100644
--- a/config/rootfiles/core/197/filelists/files
+++ b/config/rootfiles/core/197/filelists/files
@@ -20,6 +20,7 @@ srv/web/ipfire/cgi-bin/ovpnmain.cgi
 srv/web/ipfire/cgi-bin/services.cgi
 srv/web/ipfire/cgi-bin/vpnmain.cgi
 srv/web/ipfire/cgi-bin/vulnerabilities.cgi
+srv/web/ipfire/cgi-bin/wio.cgi
 srv/web/ipfire/html/themes/ipfire/include/css/style.css
 usr/local/bin/openvpnctrl
 var/ipfire/backup/bin/backup.pl
@@ -31,4 +32,5 @@ var/ipfire/menu.d/40-services.menu
 var/ipfire/main/manualpages
 var/ipfire/ovpn/collectd.vpn
 var/ipfire/suricata/ruleset-sources
+var/ipfire/wio/wiovpn.pl
 var/ipfire/wireguard-functions.pl
-- 
2.51.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-12 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-12 20:29 [PATCH 1/3] wio.cgi: Update openvpn rw log filename Adolf Belka
2025-09-12 20:29 ` [PATCH 2/3] wiovpn.pl: " Adolf Belka
2025-09-12 20:29 ` [PATCH 3/3] core197: Ship wio.cgi & wiovpn.pl files Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox