bin/100482: [sysinstall] Hungarian ntp server doesn't work

Gabor Kovesdan gabor at FreeBSD.org
Tue Jul 18 13:40:18 UTC 2006


>Number:         100482
>Category:       bin
>Synopsis:       [sysinstall] Hungarian ntp server doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 18 13:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 2 19:31:12 CEST 2006 gabor at spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

The attached patch changes the Hungarian ntp server from time.kfki.hu to hu.pool.ntp.org,
which is reliable enough, while time.kfki.hu has been unreachable for a long time.

>How-To-Repeat:
>Fix:

--- menus.c.diff begins here ---
Index: menus.c
===================================================================
RCS file: /usr/cvs/src/usr.sbin/sysinstall/menus.c,v
retrieving revision 1.418
diff -u -r1.418 menus.c
--- menus.c	14 Apr 2006 18:18:43 -0000	1.418
+++ menus.c	18 Jul 2006 12:52:26 -0000
@@ -1679,9 +1679,9 @@
       { "Croatia #5",		"os.ntp.carnet.hr",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
 	"ntpdate_enable=YES,ntpdate_flags=os.ntp.carnet.hr" },
-      { "Hungary",		"time.kfki.hu",
+      { "Hungary",		"hu.pool.ntp.org",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
-	"ntpdate_enable=YES,ntpdate_flags=time.kfki.hu" },
+	"ntpdate_enable=YES,ntpdate_flags=hu.pool.ntp.org" },
       { "Indonesia",		"ntp.kim.lipi.go.id",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
 	"ntpdate_enable=YES,ntpdate_flags=ntp.kim.lipi.go.id" },
--- menus.c.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list