sync with OpenBSD -current

This commit is contained in:
purplerain 2024-09-29 20:39:38 +00:00
parent f5f5616f9d
commit 665ee5434a
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
12 changed files with 62 additions and 78 deletions

View file

@ -1,4 +1,4 @@
# $OpenBSD: rc.subr,v 1.162 2024/01/17 08:26:06 ajacoutot Exp $
# $OpenBSD: rc.subr,v 1.163 2024/09/29 14:36:13 kn Exp $
#
# Copyright (c) 2010, 2011, 2014-2022 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@ -16,7 +16,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
_rc_actions="start stop restart reload check configtest"
_rc_actions="check configtest reload restart start stop"
readonly _rc_actions
_rc_check_name() {