From: Zac Medico Date: Fri, 18 Jan 2019 01:05:52 +0000 (-0800) Subject: app-emulation/cri-o: move init script start_pre to start X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=94b3794985f657fd7b7a62c2b763e6c9d0dcd505;p=gentoo.git app-emulation/cri-o: move init script start_pre to start Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Zac Medico --- diff --git a/app-emulation/cri-o/files/crio.initd b/app-emulation/cri-o/files/crio.initd index 723773033f76..9e6383ac976b 100644 --- a/app-emulation/cri-o/files/crio.initd +++ b/app-emulation/cri-o/files/crio.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 2015-2018 Gentoo Foundation +# Copyright 2015-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="OCI Kubernetes Container Runtime daemon" @@ -23,8 +23,9 @@ checkconfig() { /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log } -start_pre() { +start() { checkconfig + default_start } reload() {