aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-16 16:22:38 +0000
committerMichael Scherer <misc@mageia.org>2011-02-16 16:22:38 +0000
commitb059b5ff1b0fb24cd935046f3b4616c47d273f9a (patch)
tree6ea78ed84067376e2bcd23ac886c5ce7ebc19e94 /modules/git
parent46dfe572a3addb9f37a0dd5ec4dbbe1c81e1c12f (diff)
downloadpuppet-b059b5ff1b0fb24cd935046f3b4616c47d273f9a.tar
puppet-b059b5ff1b0fb24cd935046f3b4616c47d273f9a.tar.gz
puppet-b059b5ff1b0fb24cd935046f3b4616c47d273f9a.tar.bz2
puppet-b059b5ff1b0fb24cd935046f3b4616c47d273f9a.tar.xz
puppet-b059b5ff1b0fb24cd935046f3b4616c47d273f9a.zip
- fix the path used for git-daemon ( lib_dir include /usr )
Diffstat (limited to 'modules/git')
-rw-r--r--modules/git/templates/xinetd2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/templates/xinetd b/modules/git/templates/xinetd
index c5b596d9..fca29051 100644
--- a/modules/git/templates/xinetd
+++ b/modules/git/templates/xinetd
@@ -4,7 +4,7 @@ service git
type = UNLISTED
port = 9418
socket_type = stream
- server = /usr/<%= lib_dir %>/git-core/git-daemon
+ server = <%= lib_dir %>/git-core/git-daemon
wait = no
user = nobody
server_args = --inetd --verbose --export-all --base-path=<%= git_base_path %>