From patchwork Sat Oct 11 10:26:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9183 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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ckKY14SPdz3wdV for ; Sat, 11 Oct 2025 10:27:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ckKY12gZcz3vs for ; Sat, 11 Oct 2025 10:27:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ckKY11zGKz2yp6 for ; Sat, 11 Oct 2025 10:27:01 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ckKXy5Cnvz2xP7 for ; Sat, 11 Oct 2025 10:26:58 +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 4ckKXy0J5hzD6; Sat, 11 Oct 2025 10:26:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760178418; 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=PQ4PswaeDXTNkKhubBV9NVcjKmxM7XBzbtNlF530se0=; b=bQ9BJGTqwmzRBFa6hpr8a2KBU7Se/z8qT5MJqFCjYJ9O5qGw6oodT69dQQUhSFieBG9hxu eu8NndKiIMAHm9BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760178418; 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=PQ4PswaeDXTNkKhubBV9NVcjKmxM7XBzbtNlF530se0=; b=v4scYOrWNq6QfJB2taGNhCXTFN0KaIqOqV2N9e1FmaNVGhe3jVSUZLANeGFX80IE3cg4qp X4dIMm4uqfyqIjUEd1qkeIf3mMA2l7qY5+IKpwk+4hQ0AMm871pB+RQV5PUMAYO+OlA6qH D5yxbibDaPJkWKOMduCKAa0kzNshRrSGpnqJEIzkFlx4fKhTEYKM6mwU27WKdVTjVLYv7r dJNlD/IA8YjAbjXBacnp4nsoWyCDBmOYAwZ3tleICeyH6XJ34l/1m1kf0y+cTKrArpFRG9 ioHmWuOizymNrjXdVtlo8Mimb3di0J/Td97SZORU6ZQRYFNhOdPmSEj4wQ+9Fg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] openvpn-rw: remove reload from usage options Date: Sat, 11 Oct 2025 12:26:56 +0200 Message-ID: <20251011102656.19814-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 - reload was removed from the initscript options for the opemvpn road warrior setup. This patch removes it also from the usage statement options. 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 d506c8ebd..f59b8126b 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 # @@ -80,7 +80,7 @@ case "${1}" in ;; *) - echo "Usage: ${0} {start|stop|reload|restart|status}" + echo "Usage: ${0} {start|stop|restart|status}" exit 1 ;; esac