public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [DEV PATCH] createfiles: Update status log filename
@ 2024-12-15 11:40 Adolf Belka
  0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2024-12-15 11:40 UTC (permalink / raw)
  To: development

[-- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-15 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-15 11:40 [DEV PATCH] createfiles: Update status log filename Adolf Belka

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