public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [DEV PATCH] createfiles: Update status log filename
Date: Sun, 15 Dec 2024 12:40:16 +0100	[thread overview]
Message-ID: <20241215114016.6773-1-adolf.belka@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 948 bytes --]

- status log filename updated to openvpn-rw.log otherwise it was root:root with 600
   and this prevented the status of client connections being shown

Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 src/initscripts/sysconfig/createfiles | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/initscripts/sysconfig/createfiles b/src/initscripts/sysconfig/createfiles
index cf7d6e146..2545c9586 100644
--- a/src/initscripts/sysconfig/createfiles
+++ b/src/initscripts/sysconfig/createfiles
@@ -25,7 +25,7 @@
 # 		<major> and <minor> are the major and minor numbers used for the device.
 ########################################################################
 
-/var/run/ovpnserver.log	file	644	nobody	nobody
+/var/run/openvpn-rw.log	file	644	nobody	nobody
 /var/run/openvpn	dir	644	nobody	nobody
 
 # End /etc/sysconfig/createfiles
-- 
2.47.1


                 reply	other threads:[~2024-12-15 11:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20241215114016.6773-1-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