Change URL of CVSweb Japanese mirror.
http://www.jp.freebsd.org/www.freebsd.org/cgi/cvsweb.cgi -> http://www.jp.freebsd.org/cgi/cvsweb.cgi Requested by: root@www.jp.freebsd.org
This commit is contained in:
parent
4e9f791e1d
commit
d77b8e56b6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3776
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $Id: cvsweb.cgi,v 1.25 1998-08-24 16:41:42 wosch Exp $
|
||||
# $Id: cvsweb.cgi,v 1.26 1998-11-10 19:26:16 motoyuki Exp $
|
||||
#
|
||||
|
||||
|
||||
|
@ -71,7 +71,7 @@ require 'cgi-style.pl';
|
|||
|
||||
%mirrors = (
|
||||
'Germany', 'http://www.de.freebsd.org/cgi/cvsweb.cgi',
|
||||
'Japan', 'http://www.jp.freebsd.org/www.freebsd.org/cgi/cvsweb.cgi',
|
||||
'Japan', 'http://www.jp.freebsd.org/cgi/cvsweb.cgi',
|
||||
);
|
||||
|
||||
$cvstreedefault = 'freebsd';
|
||||
|
|
Loading…
Reference in a new issue