Date: Tue, 19 Jan 2021 21:14:08 +0000 (UTC) From: Baptiste Daroussin <bapt@nours.eu> To: Bernhard Froehlich <decke@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r562079 - in head/net: . chrony-lite Message-ID: <ba11662a-52f4-4fe0-9dbd-02639e45d420@nours.eu> In-Reply-To: <202101192033.10JKXREt072236@repo.freebsd.org> References: <202101192033.10JKXREt072236@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
19 janv. 2021 21:33:34 Bernhard Froehlich <decke@FreeBSD.org>: > Author: decke > Date: Tue Jan 19 20:33:26 2021 > New Revision: 562079 > URL: https://svnweb.freebsd.org/changeset/ports/562079 > > Log: > =C2=A0 net/chrony-lite: Slimmed down chrony without NTS support > =C2=A0 > =C2=A0 chrony is a pair of programs which are used to maintain the accura= cy of the > =C2=A0 system clock on a computer; the two programs are called chronyd an= d chronyc. > =C2=A0 > =C2=A0 chronyd is a daemon which runs in background on the system.=C2=A0 = It obtains > =C2=A0 measurements via the network of the system clock's offset relative= to time > =C2=A0 servers on other systems and adjusts the system time accordingly.= =C2=A0 For > =C2=A0 isolated systems, the user can periodically enter the correct time= by hand > =C2=A0 (using chronyc).=C2=A0 In either case, chronyd determines the rate= at which the > =C2=A0 computer gains or loses time, and compensates for this.=C2=A0 chro= nyd implements > =C2=A0 the NTP protocol and can act as either a client or a server. > =C2=A0 > =C2=A0 chronyc provides a user interface to chronyd for monitoring its pe= rformance > =C2=A0 and configuring various settings.=C2=A0 It can do so while running= on the same > =C2=A0 computer as the chronyd instance it is controlling or a different = computer. > =C2=A0 > =C2=A0 WWW: http://chrony.tuxfamily.org/ > =C2=A0 > =C2=A0 PR:=C2=A0=C2=A0 252584 > =C2=A0 Submitted by: myself > > Added: > =C2=A0 head/net/chrony-lite/ > =C2=A0 head/net/chrony-lite/Makefile=C2=A0=C2=A0 (contents, props changed= ) > Modified: > =C2=A0 head/net/Makefile > > Modified: head/net/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net/Makefile Tue Jan 19 20:24:46 2021=C2=A0 (r562078) > +++ head/net/Makefile Tue Jan 19 20:33:26 2021=C2=A0 (r562079) > @@ -79,6 +79,7 @@ > =C2=A0=C2=A0=C2=A0=C2=A0 SUBDIR +=3D cf > =C2=A0=C2=A0=C2=A0=C2=A0 SUBDIR +=3D charm > =C2=A0=C2=A0=C2=A0=C2=A0 SUBDIR +=3D chrony > +=C2=A0=C2=A0=C2=A0 SUBDIR +=3D chrony-lite > =C2=A0=C2=A0=C2=A0=C2=A0 SUBDIR +=3D citrix_ica > =C2=A0=C2=A0=C2=A0=C2=A0 SUBDIR +=3D cjdns > =C2=A0=C2=A0=C2=A0=C2=A0 SUBDIR +=3D clash > > Added: head/net/chrony-lite/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/chrony-lite/Makefile Tue Jan 19 20:33:26 2021=C2=A0 (r562079= ) > @@ -0,0 +1,15 @@ > +# $FreeBSD$ > + > +PORTNAME=3D=C2=A0 chrony > +PKGNAMESUFFIX=3D -lite > + > +MAINTAINER=3D=C2=A0 decke@FreeBSD.org > +COMMENT=3D System clock synchronization client and server (lite) > + > +MASTERDIR=3D ${.CURDIR}/../chrony > + > +CONFLICTS_INSTALL=3D chrony > + > +OPTIONS_EXCLUDE=3D HTMLDOCS NETTLE NSS NTS > + > +.include "${MASTERDIR}/Makefile" This should have been a flavor Best regards, Bapt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ba11662a-52f4-4fe0-9dbd-02639e45d420>