Signed-off-by: Adolf Belka <adolf.be...@ipfire.org> --- 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 <i...@ipfire.org> # +# Copyright (C) 2007-2025 IPFire Team <i...@ipfire.org> # # # # 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 -- 2.50.0