From patchwork Mon Jun 30 09:00:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8861 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bW0W71ZXRz3wnD for ; Mon, 30 Jun 2025 09:00:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bW0W55hYqz6LY for ; Mon, 30 Jun 2025 09:00:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bW0W54yhLz33gn for ; Mon, 30 Jun 2025 09:00:49 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bW0W25Fdbz336v for ; Mon, 30 Jun 2025 09:00:46 +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 4bW0Vw6GdNz6P; Mon, 30 Jun 2025 09:00:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751274045; 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; bh=FUHGu2411ilIt15z7EwbVsWCMEYS8UxDs+0PA5i13/4=; b=7v8VTVKxgv9wDMz+tIMvpAvp7bIrd+jm67akiiY77F8Vci1R4i2TGZtiGdPAgOvkA+pAi/ dq9tzsrZgcgDMQBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751274045; 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; bh=FUHGu2411ilIt15z7EwbVsWCMEYS8UxDs+0PA5i13/4=; b=rTNW8Msyj2ePR/Roc/nu1dpYSUaFgDsPTmJLi8wBf7Q36DIz13g+NPjSn/KQ9Dh1+Va2PK t+CiMQ55Pv5gc4hknXUHpVK4w/FF17YR5NSOV0B1YsMXOfrej/fjQvtA3IWZ7lYx+PHAbR 20ZbCfzeyP7mfkKlzoJSFbG1ocfWS2L+KGy0uEkuVhHegU9u87JxjXPmvShI/CpODvXmme 0A9sMtsdfa9wDoL0s23MBZJcW3RcY/dUSWEBTBxmzMvFZMROUhGUS3OAdSlL5Cl+tWX+K1 4n/0S7LjyjLg4aSeTfWkQg7vJ171/f1DnAoLFHWC5yRY2OnVa/AGnbt9iAo2SQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] openvpn-rw: Openvpn-2.6 rebase fix authenticator file name Date: Mon, 30 Jun 2025 11:00:29 +0200 Message-ID: <20250630090031.6811-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 Signed-off-by: Adolf Belka --- 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 # +# Copyright (C) 2007-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 # @@ -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