From owner-svn-ports-all@freebsd.org Sun Sep 2 15:49:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83DD7FF2ACC; Sun, 2 Sep 2018 15:49:28 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E43707D6B0; Sun, 2 Sep 2018 15:49:27 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id wUcmfXO775HxqwUcnf7OP8; Sun, 02 Sep 2018 09:49:20 -0600 X-Authority-Analysis: v=2.3 cv=BMcHU2YG c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=JBFolyDoGHsA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=ByjJIhCmh44Dg1Wh-hAA:9 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 9D625252F; Sun, 2 Sep 2018 08:50:06 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w82FnF97093443; Sun, 2 Sep 2018 08:49:15 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w82FnFOB093440; Sun, 2 Sep 2018 08:49:15 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201809021549.w82FnFOB093440@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: "Herbert J. Skuhra" cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r478512 - in head/net: ntp ntp-devel ntp-devel/files ntp/files In-Reply-To: Message from "Herbert J. Skuhra" of "Sun, 02 Sep 2018 17:43:23 +0200." <875zznoqg4.wl-herbert@gojira.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 02 Sep 2018 08:49:15 -0700 X-CMAE-Envelope: MS4wfLfBjk5euk71+0o6HGN0AqAijmINLHstygocgD3d3CZbtrfjFGNwpzxnaSoJdd2Juoluo68cw+pSMj+T5ro/tqGcttBxdH88N06QQuKXyoJyNYzDKpiW TPJi4lIJw1VUXZuZ3fIra8t2z5TrPn6xoLKG3MrkOXbjb7X3eeI4CqC5IzWwAKQOKqKmCn1VSDyI1+HWXTXAI9S+fYKFmYBXjgd2/6A1MxP631HZjbFdB8MB 5fWsoH8Dqnal7sYPIOZGWy1qqgdom7zpMZjHSdoO9p8C6RHBF3V/29OAdXvBigO0 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2018 15:49:28 -0000 In message <875zznoqg4.wl-herbert@gojira.at>, "Herbert J. Skuhra" writes: > On Fri, 31 Aug 2018 05:11:41 +0200, Cy Schubert wrote: > > > > Added: head/net/ntp-devel/files/pkg-message.in > > =========================================================================== > === > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/net/ntp-devel/files/pkg-message.in Fri Aug 31 03:11:41 2018 > (r478512) > > @@ -0,0 +1,7 @@ > > +Please add > > + > > + ntpd_program="%%PREFIX%%/sbin/ntpd" > > + ntpddate_program="%%PREFIX%%/sbin/ntpdate" > ^^^^^^^^ > Typo? ntpdate > > > Added: head/net/ntp/files/pkg-message.in > > =========================================================================== > === > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/net/ntp/files/pkg-message.in Fri Aug 31 03:11:41 2018 > (r478512) > > @@ -0,0 +1,7 @@ > > +Please add > > + > > + ntpd_program="%%PREFIX%%/sbin/ntpd" > > + ntpddate_program="%%PREFIX%%/sbin/ntpdate" > ^^^^^^^^ > Typo? ntpdate Oops. Yes. I'll fix it tonight. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.