* [PATCH] openvpn-rw: remove reload from usage options
@ 2025-10-11 10:26 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2025-10-11 10:26 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- 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 <adolf.belka@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 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 <info@ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info@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 #
@@ -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
--
2.51.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-11 10:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-11 10:26 [PATCH] openvpn-rw: remove reload from usage options Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox