From d0d005b94e40c629f621aecff8f35e0a04cb9167 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 12 May 2011 15:55:30 +0200 Subject: [PATCH] for f14 --- scripts/git-daemon.init.d | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/git-daemon.init.d b/scripts/git-daemon.init.d index bc3e64b..9df272e 100755 --- a/scripts/git-daemon.init.d +++ b/scripts/git-daemon.init.d @@ -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 -- 2.45.2