Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 99505
Collapse All | Expand All

(-)/usr/portage/sys-apps/pcsc-lite/files/pcscd-init (+6 lines)
Lines 5-10 Link Here
5
5
6
start() {
6
start() {
7
	ebegin "Starting pcscd"
7
	ebegin "Starting pcscd"
8
	if [ -f /var/run/pcscd.comm ]; then
9
		rm /var/run/pcscd.comm
10
	fi
11
	if [ -f /var/run/pcscd.pub ]; then
12
		rm /var/run/pcscd.pub
13
	fi
8
	start-stop-daemon --start --quiet --background --exec /usr/sbin/pcscd
14
	start-stop-daemon --start --quiet --background --exec /usr/sbin/pcscd
9
	eend $?
15
	eend $?
10
}
16
}

Return to bug 99505