Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2006 01:20:02 +0200
From:      Rostislav Krasny <rosti.bsd@gmail.com>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-hubs@freebsd.org
Subject:   Re: ftp.il.freebsd.org and sysinstall(8)
Message-ID:  <20061202012002.53def728.rosti.bsd@gmail.com>
In-Reply-To: <20061201220406.GA29623@xor.obsecurity.org>
References:  <20061201215151.245f9775.rosti.bsd@gmail.com> <20061201220406.GA29623@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Multipart=_Sat__2_Dec_2006_01_20_02_+0200_K49T1.g4w9mH8KKi
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Fri, 1 Dec 2006 17:04:06 -0500
Kris Kennaway <kris@obsecurity.org> wrote:

> On Fri, Dec 01, 2006 at 09:51:51PM +0200, Rostislav Krasny wrote:
> > Hi,
> > 
> > What is the reason the new Israeli ftp.il.freebsd.org mirror is still
> > missing in the sysinstall(8) util?
> 
> No-one submitted an update requesting it be added?

I've forgot but now remembered that there was some problem with
Netvision's name servers, which provided a stale information about
il.freebsd.org sub-domain to anyone connected to that ISP. But this
problem seems to be resolved several months ago.

I'm attaching a patch which adds the ftp.il.freebsd.org mirror
to the sysinstall(8). Could you please commit it or I should submit it
as a new PR? This patch has been made on a 6.2-PRERELEASE system.

--Multipart=_Sat__2_Dec_2006_01_20_02_+0200_K49T1.g4w9mH8KKi
Content-Type: text/plain;
 name="menu.c.diff"
Content-Disposition: attachment;
 filename="menu.c.diff"
Content-Transfer-Encoding: 7bit

--- menus.c.orig	Fri Apr 14 23:47:02 2006
+++ menus.c	Sat Dec  2 01:07:47 2006
@@ -549,6 +549,8 @@
 
       { "IPv6 Ireland", "ftp3.ie.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp3.ie.freebsd.org" },
+      { " IPv6 Israel", "ftp.il.freebsd.org", NULL, dmenuSetVariable, NULL,
+	VAR_FTP_PATH "=ftp://ftp.il.freebsd.org" },
       { " IPv6 Japan", "ftp2.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp2.jp.freebsd.org" },
       { " IPv6 USA", "ftp4.us.freebsd.org", NULL, dmenuSetVariable, NULL,
@@ -688,6 +690,9 @@
 	VAR_FTP_PATH "=ftp://ftp2.ie.freebsd.org" },
       { " Ireland #3",	"ftp3.ie.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp3.ie.freebsd.org" },
+
+      { "Israel",	"ftp.il.freebsd.org", NULL, dmenuSetVariable, NULL,
+	VAR_FTP_PATH "=ftp://ftp.il.freebsd.org" },
 
       { "Italy",	"ftp.it.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp.it.freebsd.org" },

--Multipart=_Sat__2_Dec_2006_01_20_02_+0200_K49T1.g4w9mH8KKi--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061202012002.53def728.rosti.bsd>