From: Lars Wendler Date: Wed, 8 May 2019 07:43:11 +0000 (+0200) Subject: sys-apps/pcsc-lite: Silence checkpath call in init script X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4d58d36ec6209bc820cb72c946df0d0d6556e616;p=gentoo.git 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 Signed-off-by: Alon Bar-Lev --- diff --git a/sys-apps/pcsc-lite/files/pcscd-init.7 b/sys-apps/pcsc-lite/files/pcscd-init.7 index f971cdbceaf8..daf880f0e75b 100644 --- a/sys-apps/pcsc-lite/files/pcscd-init.7 +++ b/sys-apps/pcsc-lite/files/pcscd-init.7 @@ -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 }