--- git-daemon.orig 2008-09-20 00:26:35.000000000 -0700 +++ git-daemon 2008-09-20 00:31:07.000000000 -0700 @@ -9,11 +9,11 @@ } start() { ebegin "Starting git-daemon" start-stop-daemon --start --background \ - --exec /usr/bin/git -- daemon ${GITDAEMON_OPTS} + --exec /usr/bin/git-daemon -- ${GITDAEMON_OPTS} eend $? } stop() { ebegin "Stopping git-daemon"