From 94b3794985f657fd7b7a62c2b763e6c9d0dcd505 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 17 Jan 2019 17:05:52 -0800 Subject: 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 --- app-emulation/cri-o/files/crio.initd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app-emulation') 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() { -- cgit v1.2.3-65-gdbad