sys-apps/pcsc-lite: Silence checkpath call in init script
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 8 May 2019 07:43:11 +0000 (09:43 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Wed, 8 May 2019 09:35:38 +0000 (12:35 +0300)
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>
sys-apps/pcsc-lite/files/pcscd-init.7

index f971cdbceaf8319088b5a42f4594995488547407..daf880f0e75b02aa79788eb3a918b3276ef6576f 100644 (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
 }