From jacs@gnome.co.uk  Mon Oct 27 04:27:32 2003
Return-Path: <jacs@gnome.co.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5ADCD16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Oct 2003 04:27:32 -0800 (PST)
Received: from smarthost.enta.net (smarthost.enta.net [195.74.97.231])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6299F43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Oct 2003 04:27:31 -0800 (PST)
	(envelope-from jacs@gnome.co.uk)
Received: from smartsmtp.enta.net (smtp.enta.net [195.74.97.230])
	by smarthost.enta.net (Postfix) with ESMTP id 482D63A4F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Oct 2003 12:28:36 +0000 (GMT)
Received: from smtp.enta.net (localhost [127.0.0.1])
	by smartsmtp.enta.net (8.12.3/8.12.3) with ESMTP id h9RCX76H030065
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Oct 2003 12:33:08 GMT
	(envelope-from jacs@gnome.co.uk)
Received: from hawk.gnome.co.uk (81-31-113-153.adsl.entanet.co.uk [81.31.113.153])
	by smtp.enta.net (Postfix) with ESMTP id BC2179A9DB
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Oct 2003 12:33:07 +0000 (GMT)
Received: from hawk.gnome.co.uk (localhost [127.0.0.1])
	by hawk.gnome.co.uk (8.12.9p1/8.12.9) with ESMTP id h9RCRMj6019072
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Oct 2003 12:27:22 GMT
	(envelope-from jacs@hawk.gnome.co.uk)
Received: (from jacs@localhost)
	by hawk.gnome.co.uk (8.12.9p1/8.12.9/Submit) id h9RCRMZ8019071;
	Mon, 27 Oct 2003 12:27:22 GMT
Message-Id: <200310271227.h9RCRMZ8019071@hawk.gnome.co.uk>
Date: Mon, 27 Oct 2003 12:27:22 GMT
From: Chris Stenton <jacs@gnome.co.uk>
Reply-To: Chris Stenton <jacs@gnome.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Default NTP configuration
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58595
>Category:       conf
>Synopsis:       [request] FreeBSD should have a default NTP configuration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 27 04:30:15 PST 2003
>Closed-Date:    Sun Jun 07 13:30:21 UTC 2009
>Last-Modified:  Fri Jun 12 07:40:00 UTC 2009
>Originator:     Chris Stenton
>Release:        FreeBSD 5.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD hawk.gnome.co.uk 5.1-RELEASE-p6 FreeBSD 5.1-RELEASE-p6 #2: Wed Sep 24 12:17:20 BST 2003 root@:/usr/obj/usr/src/sys/GNOME i386


>Description:
Currently FreeBSD has no default NTP configuration.
Redhat has a default config with a single server clock clock.redhat.com
Debian is I believe moving over to using pool.ntp.org.
Should FreeBSD move over to using pool.ntp.org also as a default install config?
If people wish to have a more accurate clock they can edit this themselves
later.
>How-To-Repeat:
see above
>Fix:

/etc/ntp.conf

server pool.ntp.org
server pool.ntp.org
server pool.ntp.org

touch /etc/ntp.drift


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 5 12:49:06 UTC 2009 
Responsible-Changed-Why:  
Submitted proposal to roberto@ and -net. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58595 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/58595: commit references a PR
Date: Fri,  5 Jun 2009 13:05:24 +0000 (UTC)

 Author: edwin
 Date: Fri Jun  5 13:05:14 2009
 New Revision: 193498
 URL: http://svn.freebsd.org/changeset/base/193498
 
 Log:
   [patch] Portuguese timedef
   
   In Portuguese, the names of the days of the week are not capitalized.
   Also there is always a dash before "feira" in the names of the days.
   For example: "segunda-feira" and not "segunda feira" (which has a
   completely different meaning).
   
   x_fmt is not correct either. The date separator should not be a dot
   but a slash. Example: 31/12/2005 if far more used in Portugal than
   31.12.2005.
   
   References:
   - a Portuguese online dictionary http://priberam.pt/dlpo/dlpo.aspx
   - http://answers.com/days_of_the_week (there are translations to
     various languages, including Portuguese, at the bottom of the
     page)
   - http://en.wikipedia.org/wiki/Week-day_names (there are translations
     to various languages, including Portuguese, at the bottom of the
     page)
   - a Portuguese style guide
     http://www.publico.clix.pt/nos/livro_estilo/16d-palavras.html
     ("datas" section)
   
   PR:		conf/58595
   Submitted by:	Chris Stenton <jacs@gnome.co.uk>
   MFC after:	1 week
 
 Modified:
   head/share/timedef/pt_PT.ISO8859-1.src
   head/share/timedef/pt_PT.UTF-8.src
 
 Modified: head/share/timedef/pt_PT.ISO8859-1.src
 ==============================================================================
 --- head/share/timedef/pt_PT.ISO8859-1.src	Fri Jun  5 12:49:54 2009	(r193497)
 +++ head/share/timedef/pt_PT.ISO8859-1.src	Fri Jun  5 13:05:14 2009	(r193498)
 @@ -36,23 +36,23 @@ Dezembro
  #
  # Short weekday names
  #
 -Dom
 -Seg
 -Ter
 -Qua
 -Qui
 -Sex
 -Sb
 +dom
 +seg
 +ter
 +qua
 +qui
 +sex
 +sb
  #
  # Long weekday names
  #
 -Domingo
 -Segunda Feira
 -Tera Feira
 -Quarta Feira
 -Quinta Feira
 -Sexta Feira
 -Sbado
 +domingo
 +segunda-feira
 +tera-feira
 +quarta-feira
 +quinta-feira
 +sexta-feira
 +sbado
  #
  # X_fmt
  #
 @@ -60,7 +60,7 @@ Sbado
  #
  # x_fmt
  #
 -%d.%m.%Y
 +%d/%m/%Y
  #
  # c_fmt
  #
 
 Modified: head/share/timedef/pt_PT.UTF-8.src
 ==============================================================================
 --- head/share/timedef/pt_PT.UTF-8.src	Fri Jun  5 12:49:54 2009	(r193497)
 +++ head/share/timedef/pt_PT.UTF-8.src	Fri Jun  5 13:05:14 2009	(r193498)
 @@ -36,23 +36,23 @@ Dezembro
  #
  # Short weekday names
  #
 -Dom
 -Seg
 -Ter
 -Qua
 -Qui
 -Sex
 -Sáb
 +dom
 +seg
 +ter
 +qua
 +qui
 +sex
 +sáb
  #
  # Long weekday names
  #
 -Domingo
 -Segunda Feira
 -Terça Feira
 -Quarta Feira
 -Quinta Feira
 -Sexta Feira
 -Sábado
 +domingo
 +segunda-feira
 +terça-feira
 +quarta-feira
 +quinta-feira
 +sexta-feira
 +sábado
  #
  # X_fmt
  #
 @@ -60,7 +60,7 @@ Sábado
  #
  # x_fmt
  #
 -%d.%m.%Y
 +%d/%m/%Y
  #
  # c_fmt
  #
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Jun 7 13:29:51 UTC 2009 
State-Changed-Why:  
Commited in r193635, thank you very much! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58595 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/58595: commit references a PR
Date: Sun,  7 Jun 2009 13:27:13 +0000 (UTC)

 Author: edwin
 Date: Sun Jun  7 13:26:57 2009
 New Revision: 193635
 URL: http://svn.freebsd.org/changeset/base/193635
 
 Log:
   Welcome to a default installed /etc/ntp.conf
   
   This NTP configuration file points to the [012].pool.ntp.org servers,
   which will return a list of geographical local NTP servers.
   It uses the best-practice options of "iburst" and "maxpoll 9".
   It gives examples on how to use the "restrict" commands, which are
   unfortunately not working when you use the pool.ntp.org servers.
   It sets up a fudge server so any clients syncing against this server
   will always be synced even if we lose the master.
   
   The idea of this file was briefly discussed on -net.
   
   PR:		conf/58595
   Submitted by:	Chris Stenton <jacs@gnome.co.uk>
   MFC after:	1 week
 
 Added:
   head/etc/ntp.conf   (contents, props changed)
 Modified:
   head/etc/Makefile
 
 Modified: head/etc/Makefile
 ==============================================================================
 --- head/etc/Makefile	Sun Jun  7 10:00:35 2009	(r193634)
 +++ head/etc/Makefile	Sun Jun  7 13:26:57 2009	(r193635)
 @@ -63,6 +63,10 @@ BIN1+=	${.CURDIR}/../usr.bin/mail/misc/m
  BIN1+=	${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config
  .endif
  
 +.if ${MK_NTP} != "no"
 +BIN1+=	ntp.conf
 +.endif
 +
  .if ${MK_OPENSSH} != "no"
  SSH=	${.CURDIR}/../crypto/openssh/ssh_config \
  	${.CURDIR}/../crypto/openssh/sshd_config \
 
 Added: head/etc/ntp.conf
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/etc/ntp.conf	Sun Jun  7 13:26:57 2009	(r193635)
 @@ -0,0 +1,59 @@
 +#
 +# $FreeBSD$
 +#
 +# Default NTP servers for the FreeBSD operating system.
 +#
 +# Don't forget to enable ntpd in /etc/rc.conf with:
 +# ntpd_enable="YES"
 +#
 +# The driftfile is by default /var/db/ntpd.drift, check
 +# /etc/defaults/rc.conf on how to change the location.
 +#
 +
 +#
 +# The following three servers will give you a random set of three
 +# NTP servers geographically close to you.
 +# See http://en.wikipedia.org/wiki/NTP_pool for details.
 +#
 +# The option `iburst' is used for faster initial synchronisation.
 +# The option `maxpoll 9' is used to prevent PLL/FLL flipping on FreeBSD.
 +#
 +server 0.pool.ntp.org iburst maxpoll 9
 +server 1.pool.ntp.org iburst maxpoll 9
 +server 2.pool.ntp.org iburst maxpoll 9
 +
 +#
 +# If you want to pick yourself which country's public NTP server
 +# you want sync against, comment out the above servers, uncomment
 +# the next ones and replace CC with the country's abbrevation.
 +# Make sure that the hostnames resolve to a proper IP address!
 +#
 +# server 0.CC.pool.ntp.org iburst maxpoll 9
 +# server 1.CC.pool.ntp.org iburst maxpoll 9
 +# server 2.CC.pool.ntp.org iburst maxpoll 9
 +
 +#
 +# Security: Only accept NTP traffic from the following hosts.
 +# The following configuration example only accepts traffic from the
 +# above defined servers.
 +#
 +# Please note that this example doesn't work for the servers in
 +# the pool.ntp.org domain since they return multiple A records.
 +# (This is the reason that by default they are commented out)
 +#
 +#restrict default ignore
 +#restrict 0.pool.ntp.org nomodify nopeer noquery notrap
 +#restrict 1.pool.ntp.org nomodify nopeer noquery notrap
 +#restrict 2.pool.ntp.org nomodify nopeer noquery notrap
 +#restrict 127.0.0.1
 +#restrict -6 ::1
 +#restrict 127.127.1.0
 +
 +#
 +# If we lose sync against all configured servers, the NTP clients
 +# syncing against this server will lose sync too. To overcome this,
 +# we will act as a stratum 10 server with our own internal clock
 +# so that everybody at least will have the same time as we have.
 +#
 +server 127.127.1.0
 +fudge 127.127.1.0 stratum 10
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/58595: commit references a PR
Date: Fri, 12 Jun 2009 07:34:48 +0000 (UTC)

 Author: edwin
 Date: Fri Jun 12 07:34:34 2009
 New Revision: 194046
 URL: http://svn.freebsd.org/changeset/base/194046
 
 Log:
   MFC of r193498
   
   [patch] Portuguese timedef
   
   In Portuguese, the names of the days of the week are not capitalized.
   Also there is always a dash before "feira" in the names of the days.
   For example: "segunda-feira" and not "segunda feira" (which has a
   completely different meaning).
   
   x_fmt is not correct either. The date separator should not be a dot
   but a slash. Example: 31/12/2005 if far more used in Portugal than
   31.12.2005.
   
   References:
   - a Portuguese online dictionary http://priberam.pt/dlpo/dlpo.aspx
   - http://answers.com/days_of_the_week (there are translations to
   	various languages, including Portuguese, at the bottom of the
   	page)
   - http://en.wikipedia.org/wiki/Week-day_names (there are translations
   	to various languages, including Portuguese, at the bottom of the
   	page)
   - a Portuguese style guide
   	http://www.publico.clix.pt/nos/livro_estilo/16d-palavras.html
   	("datas" section)
   
   PR:           conf/58595
   Submitted by: Chris Stenton <jacs@gnome.co.uk>
 
 Modified:
   stable/7/share/timedef/   (props changed)
   stable/7/share/timedef/pt_PT.ISO8859-1.src
   stable/7/share/timedef/pt_PT.UTF-8.src
 
 Modified: stable/7/share/timedef/pt_PT.ISO8859-1.src
 ==============================================================================
 --- stable/7/share/timedef/pt_PT.ISO8859-1.src	Fri Jun 12 06:13:53 2009	(r194045)
 +++ stable/7/share/timedef/pt_PT.ISO8859-1.src	Fri Jun 12 07:34:34 2009	(r194046)
 @@ -36,23 +36,23 @@ Dezembro
  #
  # Short weekdays names
  #
 -Dom
 -Seg
 -Ter
 -Qua
 -Qui
 -Sex
 -Sb
 +dom
 +seg
 +ter
 +qua
 +qui
 +sex
 +sb
  #
  # Long weekdays names
  #
 -Domingo
 -Segunda Feira
 -Tera Feira
 -Quarta Feira
 -Quinta Feira
 -Sexta Feira
 -Sbado
 +domingo
 +segunda-feira
 +tera-feira
 +quarta-feira
 +quinta-feira
 +sexta-feira
 +sbado
  #
  # X_fmt
  #
 @@ -60,7 +60,7 @@ Sbado
  #
  # x_fmt
  #
 -%d.%m.%Y
 +%d/%m/%Y
  #
  # c_fmt
  #
 
 Modified: stable/7/share/timedef/pt_PT.UTF-8.src
 ==============================================================================
 --- stable/7/share/timedef/pt_PT.UTF-8.src	Fri Jun 12 06:13:53 2009	(r194045)
 +++ stable/7/share/timedef/pt_PT.UTF-8.src	Fri Jun 12 07:34:34 2009	(r194046)
 @@ -36,23 +36,23 @@ Dezembro
  #
  # Short weekdays names
  #
 -Dom
 -Seg
 -Ter
 -Qua
 -Qui
 -Sex
 -Sáb
 +dom
 +seg
 +ter
 +qua
 +qui
 +sex
 +sáb
  #
  # Long weekdays names
  #
 -Domingo
 -Segunda Feira
 -Terça Feira
 -Quarta Feira
 -Quinta Feira
 -Sexta Feira
 -Sábado
 +domingo
 +segunda-feira
 +terça-feira
 +quarta-feira
 +quinta-feira
 +sexta-feira
 +sábado
  #
  # X_fmt
  #
 @@ -60,7 +60,7 @@ Sábado
  #
  # x_fmt
  #
 -%d.%m.%Y
 +%d/%m/%Y
  #
  # c_fmt
  #
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
