tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: openntpd



On Fri, Jan 16, 2015 at 07:05:11PM -0800, Paul B. Henson wrote:
> Here's what I came up with. Does this look simple enough to go ahead and
> just submit as a PR?

Yes, it does.

> Index: DESCR
> ===================================================================
> RCS file: /cvsroot/pkgsrc/net/openntpd/DESCR,v
> retrieving revision 1.2
> diff -r1.2 DESCR
> 1,3c1,3
> < OpenNTPd is a free implementation of the Network Time Protocol.
> < It provides the ability to sync the local clock to remote NTP servers and
> < can act as NTP server itself, redistributing the local clock.
> ---
> > OpenNTPD is a FREE, easy to use implementation of the Network Time
> Protocol. It
> > provides the ability to sync the local clock to remote NTP servers and can
> act
> > as NTP server itself, redistributing the local clock.

Take care though about whitespace -- your mailer seems to have wrapped this.

> Index: patches/patch-ntpd.8
> ===================================================================
> RCS file: patches/patch-ntpd.8
> diff -N patches/patch-ntpd.8
> 0a1,19
> > $NetBSD$
> > 
> > Document SIGUSR1 for systems without SIGINFO; accepted upstream.
> > 
> > --- ntpd.8.orig	2015-01-15 02:52:54.256247648 +0000
> > +++ ntpd.8
> > @@ -126,7 +126,11 @@ When
> >  .Pq engine
> >  receives a
> >  .Dv SIGINFO
> > -signal, it writes its peer and sensor status to
> > +signal (or a
> > +.Dv SIGUSR1
> > +signal on systems without
> > +.Dv SIGINFO),

This should be
.Dv SIGINFO ) ,

did they really accept it as-is?

 Thomas


Home | Main Index | Thread Index | Old Index