mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Alon Bar-Lev
parent
ee8fc7069c
commit
4d58d36ec6
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user