svn commit: r478840 - in head/net: ntp ntp-devel ntp-devel/files ntp/files

Mathieu Arnold mat at FreeBSD.org
Mon Sep 3 07:13:32 UTC 2018


On Mon, Sep 03, 2018 at 02:52:34AM +0000, Cy Schubert wrote:
> Modified: head/net/ntp-devel/files/pkg-message.in
> ==============================================================================
> --- head/net/ntp-devel/files/pkg-message.in	Mon Sep  3 01:59:54 2018	(r478839)
> +++ head/net/ntp-devel/files/pkg-message.in	Mon Sep  3 02:52:34 2018	(r478840)
> @@ -1,7 +1,7 @@
>  Please add
>  
>  	ntpd_program="%%PREFIX%%/sbin/ntpd"
> -	ntpddate_program="%%PREFIX%%/sbin/ntpdate"
> +	ntpdate_program="%%PREFIX%%/sbin/ntpdate"
>  
>  to your /etc/rc.conf to enable ntp from ports/packages instead
>  of base ntp.

Side note, we've had sysrc on all supported branches for a while now, it
would be more readable, and easier on the users, to tell people to:

    To enable ntp from ports/packages instead of base ntp, please run:
  
        sysrc ntpd_program="%%PREFIX%%/sbin/ntpd"
        sysrc ntpdate_program="%%PREFIX%%/sbin/ntpdate"


-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180903/85b1d163/attachment.sig>


More information about the svn-ports-head mailing list