diff options
author | Nick <nick@somerandomnick.ano> | 2010-04-18 08:05:34 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-04-18 08:05:34 +0000 |
commit | 288b4dec2ea9e137f332ad82a280293d0161c3bc (patch) | |
tree | d4d1b38d3f8009f21602979679c298ceb5d7d82b /gitd | |
parent | 390c762f5dd893c3905783bc905a18870da3a1a0 (diff) | |
download | resdb-288b4dec2ea9e137f332ad82a280293d0161c3bc.tar.gz resdb-288b4dec2ea9e137f332ad82a280293d0161c3bc.zip |
added configure script (so you don't have to modify gitd itself)
Diffstat (limited to 'gitd')
-rwxr-xr-x | gitd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ #!/bin/sh -git daemon --listen=1.0.27.102 --base-path=/home/www/resdb/ +repodir="$(basename $0)" +exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" |