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

(-)/usr/portage/dev-util/git/files/git-daemon.initd (-1 / +1 lines)
Lines 11-17 depend() { Link Here
11
start() {
11
start() {
12
	ebegin "Starting git-daemon"
12
	ebegin "Starting git-daemon"
13
		start-stop-daemon --start --quiet --background \
13
		start-stop-daemon --start --quiet --background \
14
		--exec /usr/bin/git-daemon -- ${GITDAEMON_OPTS}
14
		--exec /usr/libexec/git-core/git-daemon -- ${GITDAEMON_OPTS}
15
	eend $?
15
	eend $?
16
}
16
}
17
17

Return to bug 236685