exec setuidgid gitlog git-daemon --export-all --verbose --base-path=/srv/git /srv/git
</pre>
-## Notes for Linux/Debian users
+## Notes for Linux users
-The update-repo script uses lockf(1), if this tool is not available to you, but you have lockfile(1), you can pull my workaround for lockfile(1). I say workaround, because it is not elegant - but it's the best I could think of at the time. To get this script, pull branch <tt>debian/linux</tt> from <tt>git://blazefire.danielbond.org/update-repo.git</tt>.
+The update-repo script uses lockf(1), I've created a version that supports Linux too (uses flock(1)): <tt>git://koan.bondconsult.net/update-repo.git</tt>.
### Crontab example
<pre>
-0,20,40 * * * * repodir=/srv/git locktype=lockfile /srv/git/update-repo.git/update-git.sh
+0,20,40 * * * * repodir=/srv/git locktype=flock /srv/git/update-repo.git/update-git.sh
</pre>