diff options
| author | Todd Zullinger <tmz@pobox.com> | 2008-12-01 17:20:37 -0500 |
|---|---|---|
| committer | Todd Zullinger <tmz@pobox.com> | 2008-12-23 10:25:44 -0500 |
| commit | 35acf5bff30a07a68de3dd1254a93aa718127396 (patch) | |
| tree | 9d8fb8b5d652018f71836f6e6be4d5abbf6d7209 /git.xinetd | |
| parent | ac85b9de7baab13c8dd93be5f0287e5963bee638 (diff) | |
| download | git-package-35acf5bff30a07a68de3dd1254a93aa718127396.tar.gz git-package-35acf5bff30a07a68de3dd1254a93aa718127396.tar.xz git-package-35acf5bff30a07a68de3dd1254a93aa718127396.zip | |
Use macros more consistently
Diffstat (limited to 'git.xinetd')
| -rw-r--r-- | git.xinetd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ service git wait = no user = nobody server = /usr/bin/git - server_args = daemon --base-path=/srv/git --export-all --user-path=public_git --syslog --inetd --verbose + server_args = daemon --base-path=/var/lib/git-daemon --export-all --user-path=public_git --syslog --inetd --verbose log_on_failure += USERID # xinetd doesn't do this by default. bug #195265 flags = IPv6 |
