diff options
author | alnsn <alnsn@pkgsrc.org> | 2011-11-14 21:17:59 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2011-11-14 21:17:59 +0000 |
commit | 09a92ca1cde41cf9cf70dcf0705620a4bd86534e (patch) | |
tree | 683dc7141974838a7bc07b69d3cfdc8d5e25d894 | |
parent | ca39ca57ad04556591f94034676afad9e8aa7b86 (diff) | |
download | pkgsrc-09a92ca1cde41cf9cf70dcf0705620a4bd86534e.tar.gz |
Fix a typo in URL: cgiweb.cgi -> gitweb.cgi
-rw-r--r-- | www/gitweb/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gitweb/MESSAGE b/www/gitweb/MESSAGE index 53204824672..0e81823c560 100644 --- a/www/gitweb/MESSAGE +++ b/www/gitweb/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2010/03/05 16:12:07 gdt Exp $ +$NetBSD: MESSAGE,v 1.3 2011/11/14 21:17:59 alnsn Exp $ The gitweb configuration file is located at: @@ -12,7 +12,7 @@ After that, you might be able to access the interface at the URL shown below, assuming that you are using the default location for Apache's htdocs: - http://localhost/cgi-bin/cgiweb.cgi + http://localhost/cgi-bin/gitweb.cgi (See the pkgsrc Makefile for apache config paths vs gitweb installation; this package does not depend on apache.) |