projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee8fc70
)
sys-apps/pcsc-lite: Silence checkpath call in init script
author
Lars Wendler
<polynomial-c@gentoo.org>
Wed, 8 May 2019 07:43:11 +0000
(09:43 +0200)
committer
Alon 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
patch
|
blob
|
history
diff --git
a/sys-apps/pcsc-lite/files/pcscd-init.7
b/sys-apps/pcsc-lite/files/pcscd-init.7
index f971cdbceaf8319088b5a42f4594995488547407..daf880f0e75b02aa79788eb3a918b3276ef6576f 100644
(file)
--- 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-201
4 Gentoo Foundation
+# Copyright 1999-201
9 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
}