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

Collapse All | Expand All

(-)git-daemon.orig (-1 / +1 lines)
Lines 9-19 Link Here
9
}
9
}
10
10
11
start() {
11
start() {
12
	ebegin "Starting git-daemon"
12
	ebegin "Starting git-daemon"
13
		start-stop-daemon --start --background \
13
		start-stop-daemon --start --background \
14
		--exec /usr/bin/git -- daemon ${GITDAEMON_OPTS}
14
		--exec /usr/bin/git-daemon -- ${GITDAEMON_OPTS}
15
	eend $?
15
	eend $?
16
}
16
}
17
17
18
stop() {
18
stop() {
19
	ebegin "Stopping git-daemon"
19
	ebegin "Stopping git-daemon"

Return to bug 238351