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

(-)/etc/init.d/tor.orig (-1 / +1 lines)
Lines 52-57 Link Here
52
	fi
52
	fi
53
	checkconfig || return 1
53
	checkconfig || return 1
54
	ebegin "Reloading Tor configuration"
54
	ebegin "Reloading Tor configuration"
55
	start-stop-daemon --stop --signal HUP --pidfile ${PIDFILE}
55
	start-stop-daemon --signal HUP --pidfile ${PIDFILE}
56
	eend $?
56
	eend $?
57
}
57
}

Return to bug 379939