Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58222 | Differences between
and this patch

Collapse All | Expand All

(-)/etc/init.d/slmodem.orig (-2 / +2 lines)
Lines 7-13 Link Here
7
	need logger
7
	need logger
8
	if [ "${ALSA}" = "yes" ]
8
	if [ "${ALSA}" = "yes" ]
9
	then
9
	then
10
		need alsa-sound
10
		need alsasound
11
	fi
11
	fi
12
}
12
}
13
13
Lines 53-59 Link Here
53
stop() {
53
stop() {
54
    ebegin "Shutting down slmodemd"
54
    ebegin "Shutting down slmodemd"
55
    start-stop-daemon --stop --quiet --pidfile /var/run/slmodemd.pid && rm /var/run/slmodemd.pid
55
    start-stop-daemon --stop --quiet --pidfile /var/run/slmodemd.pid && rm /var/run/slmodemd.pid
56
    modprobe -r ${MODULE}
56
    modprobe -r ${MODULE} || (einfo "Retrying..."; sleep 3; modprobe -r ${MODULE})
57
    eend $?
57
    eend $?
58
}
58
}
59
59

Return to bug 58222