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

Collapse All | Expand All

(-)/etc/init.d/denyhosts (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
start() {
9
start() {
10
	ebegin "Starting DenyHosts daemon"
10
	ebegin "Starting DenyHosts daemon"
11
	start-stop-daemon --name denyhosts --start --exec /usr/bin/denyhosts -- --daemon -c /etc/denyhosts.conf
11
	start-stop-daemon --start --pidfile /var/run/denyhosts.pid --exec /usr/bin/denyhosts -- --daemon -c /etc/denyhosts.conf
12
	eend $?
12
	eend $?
13
}
13
}
14
14

Return to bug 244700