sys-apps/pcsc-lite: Silence checkpath call in init script

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
This commit is contained in:
Lars Wendler
2019-05-08 09:43:11 +02:00
committed by Alon Bar-Lev
parent ee8fc7069c
commit 4d58d36ec6

View File

@@ -1,5 +1,5 @@
#!/sbin/openrc-run
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="PC/SC Daemon"
@@ -18,5 +18,5 @@ depend() {
}
start_pre() {
checkpath -d -m 0755 -o pcscd:pcscd /run/pcscd
checkpath -q -d -m 0755 -o pcscd:pcscd /run/pcscd
}