diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-16 16:22:38 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-16 16:22:38 +0000 |
commit | b059b5ff1b0fb24cd935046f3b4616c47d273f9a (patch) | |
tree | 6ea78ed84067376e2bcd23ac886c5ce7ebc19e94 /modules/git/templates | |
parent | 46dfe572a3addb9f37a0dd5ec4dbbe1c81e1c12f (diff) | |
download | puppet-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/templates')
-rw-r--r-- | modules/git/templates/xinetd | 2 |
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 %> |