summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2005-05-01 08:19:54 +0000
committermatusita <matusita@FreeBSD.org>2005-05-01 08:19:54 +0000
commit68bb6c325625cb9cbe5415d39684c9db8a960d87 (patch)
tree1abb62ab9d3391e99dc370c7eb4d9a3a28098a3a /usr.sbin/sysinstall
parent0adfc804de4b0f79c319eb0397d050f589b3d95b (diff)
downloadFreeBSD-src-68bb6c325625cb9cbe5415d39684c9db8a960d87.zip
FreeBSD-src-68bb6c325625cb9cbe5415d39684c9db8a960d87.tar.gz
Add ntp.jst.mfeed.ad.jp and ntp1.v6.mfeed.ad.jp (IPv6 only) to
the NTP server list. The servers are by Internet Multifeed Co., and connected to their IX service JPNAP. It would be a good NTP server for machines in Japan. See also http://www.jst.mfeed.ad.jp/ for more details (Japanese only). Reviewed by: nork
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 5009eb8..8d88796 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1635,6 +1635,12 @@ DMenu MenuNTP = {
{ "Italy", "ntps.net4u.it",
dmenuVarsCheck, dmenuSetVariables, NULL,
"ntpdate_enable=YES,ntpdate_flags=" },
+ { "Japan", "ntp.jst.mfeed.ad.jp",
+ dmenuVarsCheck, dmenuSetVariables, NULL,
+ "ntpdate_enable=YES,ntpdate_flags=ntp.jst.mfeed.ad.jp" },
+ { "Japan IPv6", "ntp1.v6.mfeed.ad.jp",
+ dmenuVarsCheck, dmenuSetVariables, NULL,
+ "ntpdate_enable=YES,ntpdate_flags=ntp1.v6.mfeed.ad.jp" },
{ "Korea", "time.nuri.net",
dmenuVarsCheck, dmenuSetVariables, NULL,
"ntpdate_enable=YES,ntpdate_flags=time.nuri.net" },
OpenPOWER on IntegriCloud