app-emulation/cri-o: move init script start_pre to start
authorZac Medico <zmedico@gentoo.org>
Fri, 18 Jan 2019 01:05:52 +0000 (17:05 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 18 Jan 2019 01:05:52 +0000 (17:05 -0800)
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
app-emulation/cri-o/files/crio.initd

index 723773033f76298d8bba1c06423965b210b221a1..9e6383ac976b797de7efab498b244f21bfea78fa 100644 (file)
@@ -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() {