From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cHX4Y1cTPz2xRj for ; Thu, 04 Sep 2025 08:01:49 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cHX4T5sl6z2yVK for ; Thu, 04 Sep 2025 08:01:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cHX4N3n01z16N; Thu, 04 Sep 2025 08:01:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756972900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zk3X4LmMzz8ed31aj7ltHIWbExe9mX0xMAo509tWjUs=; b=SpDrCIEI//YOuWedwBWp3utOfRp/8SkVHULwaLqCJUrajDOUzOloBPsgkdDyOefBggoaDP 0/j6bTBD3E45PVCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756972900; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zk3X4LmMzz8ed31aj7ltHIWbExe9mX0xMAo509tWjUs=; b=E7bQPliaGYQ0Luy5kELLMsw0v1rpJB09KfuBnUR4Cv/PmgNAFvsSr5/HMpC1F/YOQ8lAhD QD1UccDGFecthcslRTRGFGHl8GcsQ0pmv/TCTxj83bk+JT2xBiPL4cehxVz0Qy5dPBeklK WVr5rEZphhCcxnnklVBfLOiJ/Xj55URaM2AoP+LYR8Tm2z3whaLHF8LjqIzQRCPplV0PuR C1+Z2wE7Pn8WIsRBxdEItiPjWAXgyenZn0z+kUrBmqy5gSWvC+yT/r8eAiInvHQGIJEe3L l7dXPhWHuTpFwgMLIM2PpsMO4z4fvX8Py5vXVfZyWRNLMqMfKn4JONsrWhJLeA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] createfiles: Update to new openvpn rw log file name Date: Thu, 4 Sep 2025 10:01:36 +0200 Message-ID: <20250904080137.3206-2-adolf.belka@ipfire.org> In-Reply-To: <20250904080137.3206-1-adolf.belka@ipfire.org> References: <20250904080137.3206-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- 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 @@ # and 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.51.0