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

(-)openrc-0.4.1_orig/net/pppd.sh (-1 / +1 lines)
Lines 237-243 Link Here
237
237
238
	# Give pppd at least 30 seconds do die, #147490
238
	# Give pppd at least 30 seconds do die, #147490
239
	einfo "Stopping pppd on ${IFACE}"
239
	einfo "Stopping pppd on ${IFACE}"
240
	start-stop-daemon --stop --quiet --exec /usr/sbin/pppd \
240
	start-stop-daemon --stop --signal 15 --quiet --exec /usr/sbin/pppd \
241
		--pidfile "${pidfile}" --retry 30
241
		--pidfile "${pidfile}" --retry 30
242
	eend $?
242
	eend $?
243
}
243
}

Return to bug 251839