for f14
[infrastructure.git] / scripts / git-daemon.init.d
index bc3e64b..9df272e 100755 (executable)
@@ -18,7 +18,10 @@ RETVAL=0
 prog="git-daemon"
 
 # Some functions to make the below more readable
-GIT=/usr/bin/git-daemon
+# previous location (f8)
+#GIT=/usr/bin/git-daemon
+# for f14
+GIT=/usr/libexec/git-core/git-daemon
 PID_FILE=/var/run/git-daemon.pid
 
 # override OPTIONS altogether for more flexibility