Mercurial > hg > anonet-resdb
changeset 935:fb73b7e956ec draft
gitd uses --reuseaddr
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Tue, 13 Mar 2012 21:07:29 +0000 |
parents | 4d0a57ebab5d |
children | 8fa1b48247d7 dfb7ded25d66 |
files | gitd |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gitd Thu Mar 08 17:10:06 2012 +0000 +++ b/gitd Tue Mar 13 21:07:29 2012 +0000 @@ -1,4 +1,4 @@ #!/bin/sh repodir="$(dirname $0)" touch "$repodir"/.git/git-daemon-export-ok -exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" +exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" --reuseaddr