aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-16 16:19:52 +0000
committerMichael Scherer <misc@mageia.org>2011-02-16 16:19:52 +0000
commit46dfe572a3addb9f37a0dd5ec4dbbe1c81e1c12f (patch)
tree418468f13bcd2d53ee19c5c8d4e213c5529f8970 /modules/git
parent41a0c98bbe84d1acb5cc3349772ee2a7e8cfbd61 (diff)
downloadpuppet-46dfe572a3addb9f37a0dd5ec4dbbe1c81e1c12f.tar
puppet-46dfe572a3addb9f37a0dd5ec4dbbe1c81e1c12f.tar.gz
puppet-46dfe572a3addb9f37a0dd5ec4dbbe1c81e1c12f.tar.bz2
puppet-46dfe572a3addb9f37a0dd5ec4dbbe1c81e1c12f.tar.xz
puppet-46dfe572a3addb9f37a0dd5ec4dbbe1c81e1c12f.zip
- fix path of git-daemon, as it break on x86_64 ( ie valstar )
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 add7770d..c5b596d9 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/git-core/git-daemon
+ server = /usr/<%= lib_dir %>/git-core/git-daemon
wait = no
user = nobody
server_args = --inetd --verbose --export-all --base-path=<%= git_base_path %>