From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] services.cgi: Openvpn-2.6 rebase fix pid name for services page
Date: Mon, 30 Jun 2025 11:00:30 +0200 [thread overview]
Message-ID: <20250630090031.6811-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250630090031.6811-1-adolf.belka@ipfire.org>
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
prev parent reply other threads:[~2025-06-30 9:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250630090031.6811-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox