public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] openvpn-rw: Openvpn-2.6 rebase fix authenticator file name
@ 2025-06-30  9:00 Adolf Belka
  2025-06-30  9:00 ` [PATCH] services.cgi: Openvpn-2.6 rebase fix pid name for services page Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-06-30  9:00 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 src/initscripts/system/openvpn-rw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/initscripts/system/openvpn-rw b/src/initscripts/system/openvpn-rw
index df83e47b7..eb8eac444 100644
--- a/src/initscripts/system/openvpn-rw
+++ b/src/initscripts/system/openvpn-rw
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -54,7 +54,7 @@ case "${1}" in
 
 	stop)
 		boot_mesg "Stopping OpenVPN Authenticator..."
-		PIDFILE= killproc /usr/sbin/openvon-authenticator
+		PIDFILE= killproc /usr/sbin/openvpn-authenticator
 
 		boot_mesg "Stopping OpenVPN Roadwarrior Server..."
 		killproc /usr/sbin/openvpn
-- 
2.50.0



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

* [PATCH] services.cgi: Openvpn-2.6 rebase fix pid name for services page
  2025-06-30  9:00 [PATCH] openvpn-rw: Openvpn-2.6 rebase fix authenticator file name Adolf Belka
@ 2025-06-30  9:00 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-06-30  9:00 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 html/cgi-bin/services.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi
index 462b6bfa1..8b92f7e08 100644
--- a/html/cgi-bin/services.cgi
+++ b/html/cgi-bin/services.cgi
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2005-2021  IPFire Team                                        #
+# Copyright (C) 2005-2025  IPFire Team                                        #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -114,7 +114,7 @@ $querry[1] = 'hour' unless defined $querry[1];
 		# OpenVPN Roadwarrior
 		$Lang::tr{'ovpn roadwarrior server'} => {
 			"process" => "openvpn",
-			"pidfile" => "/var/run/openvpn.pid",
+			"pidfile" => "/var/run/openvpn-rw.pid",
 		}
 	});
 
-- 
2.50.0



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

end of thread, other threads:[~2025-06-30  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-30  9:00 [PATCH] openvpn-rw: Openvpn-2.6 rebase fix authenticator file name Adolf Belka
2025-06-30  9:00 ` [PATCH] services.cgi: Openvpn-2.6 rebase fix pid name for services page Adolf Belka

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