From 6aeb87093896a2ab5fa682aadeb85b2586d56448 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 8 Sep 2022 13:17:30 +0000 Subject: [PATCH] _rc_quirks is only called by _rc_parse_conf, so just merge the two. ok robert@ sthen@ kn@ --- etc/rc.d/rc.subr | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/etc/rc.d/rc.subr b/etc/rc.d/rc.subr index 4d8ed2c969a..1d8c61c4ce1 100644 --- a/etc/rc.d/rc.subr +++ b/etc/rc.d/rc.subr @@ -1,4 +1,4 @@ -# $OpenBSD: rc.subr,v 1.158 2022/09/02 22:11:57 ajacoutot Exp $ +# $OpenBSD: rc.subr,v 1.159 2022/09/08 13:17:30 ajacoutot Exp $ # # Copyright (c) 2010, 2011, 2014-2022 Antoine Jacoutot # Copyright (c) 2010, 2011 Ingo Schwarze @@ -63,10 +63,6 @@ _rc_parse_conf() { done < $_rcfile done - _rc_do _rc_quirks -} - -_rc_quirks() { # special care needed for spamlogd to avoid starting it up and failing # all the time if [ X"${spamd_flags}" = X"NO" -o X"${spamd_black}" != X"NO" ]; then -- 2.20.1