From: mrbond Date: Thu, 1 Oct 2009 00:11:54 +0000 (-0700) Subject: fixed uri for BF/update-repo.git X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/cbc69079ad9b5507c490caf3b69722e69ccb1ba6 fixed uri for BF/update-repo.git --- diff --git a/docs/docs/howtos/How_to_mirror_DragonFly_with_Git/index.mdwn b/docs/docs/howtos/How_to_mirror_DragonFly_with_Git/index.mdwn index 4beb9188..1ec9c1d8 100644 --- a/docs/docs/howtos/How_to_mirror_DragonFly_with_Git/index.mdwn +++ b/docs/docs/howtos/How_to_mirror_DragonFly_with_Git/index.mdwn @@ -59,7 +59,7 @@ exec setuidgid gitlog git-daemon --export-all --verbose --base-path=/srv/git /sr ## Notes for Linux/Debian 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 debian/linux from git://blazefire.danielbond.org. +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 debian/linux from git://blazefire.danielbond.org/update-repo.git. ### Crontab example