Skip to content
Snippets Groups Projects
Commit 65c97292 authored by alice's avatar alice
Browse files

testing/cri-o: fix typo

parent dac52047
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# Maintainer: ungleich <foss@ungleich.ch>
pkgname=cri-o
pkgver=1.26.3
pkgrel=4
pkgrel=5
pkgdesc="OCI-based implementation of Kubernetes Container Runtime Interface"
url="https://github.com/cri-o/cri-o/"
arch="all"
......@@ -94,7 +94,7 @@ package() {
sha512sums="
58718db358d35b61e5edb8a16185bc534337a1ebfaf0d40ab17efb73c266fb2c337fad3cf92a7d8bcc7a02c4e2180b2b79a5896eb635b43334bcc1366b12baf8 cri-o-1.26.3-2.tar.gz
1232fac9260c37c0f564cd51e2a789708e5657a87658a001798613ca05005c9b7547d8e8060c8b114d191c437a28073ba5dc414822e4f13df3081f7039665287 crio.conf
32d8190cf25d01cdd7d3915fa5003e7d7cccbe397d9c6fb40a83c0baa1bc3024d1d411ad641886dee61d2a2bed6e9c63eb7aadd44164717733cbe857df01a881 crio.initd
26048a219bc426ef4a4f50e96d6e0ded1c55dc8415df9a2773764d2ebcb3d9e91077b2916da1ff32674ca4a53062e41e185503d671dacc3167a018b0066347e1 crio.initd
1115228546a696eeebeb6d4b3e5c3152af0c99a2559097fc5829d8b416d979c457b4b1789e0120054babf57f585d3f63cbe49949d40417ae7aab613184bf4516 crio.logrotated
0a567dfa431ab1e53f2a351689be8d588a60cc5fcdbda403ec4f8b6ab9b1c18ad425f6c47f9a5ab1491e3a61a269dc4efa6a59e91e7521fa2b6bb165074aa8e0 cni-plugins-path.patch
f9577aa7b1c90c6809010e9e406e65092251b6e82f6a0adbc3633290aa35f2a21895e1a8b6ba4b6375dcad3e02629b49a34ab16387e1c36eeb32c8f4dac74706 makefile-fix-install.patch
......
......@@ -22,7 +22,7 @@ checkconfig() {
checkpath --file --owner root:root --mode 0644 \
/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log
checkpath --directory --owner root:root --mode 0750 \
/var/log/crio
/var/lib/crio
}
start() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment