From: Adolf Belka Date: Sat, 11 Oct 2025 10:26:56 +0000 (+0200) Subject: openvpn-rw: remove reload from usage options X-Git-Tag: v2.29-core199~17^2~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682f135ffad9004011a72bd3dcdeaaeb7d8d0c57;p=ipfire-2.x.git openvpn-rw: remove reload from usage options - 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 Signed-off-by: Michael Tremer --- 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