ntp - time signing patch

Cy Schubert Cy.Schubert at komquats.com
Sat May 19 20:24:51 UTC 2012


In message <957745438793443CA926ADB10E9C9B80 at white>, "Dewayne Geraghty" 
writes:
> With discussion on the samba-technical list about an upcoming samba4-beta
> release, it might prove timely to add the following patch to enable time
> signing, for MS-Windows devices (mssntp).
> 
> Ref:
> https://wiki.samba.org/index.php/Samba4/HOWTO#Step_11_Configure_NTP_.28opti
> onal.29
> 
> Regards, Dewayne.
> 
> --- Makefile.orig       2012-05-19 14:31:43.000000000 +1000
> +++ Makefile    2012-05-19 14:40:58.000000000 +1000
> @@ -55,6 +55,10 @@
>  CONFIGURE_ARGS+=        --enable-ipv6
>  .endif
> 
> +.if defined(WITH_SIGNING)
> +CONFIGURE_ARGS+=        --enable-ntp-signd
> +.endif
> +
>  .for D in ${NTP_DRIVERS}
>  .if defined(WITH_${D})
>  CONFIGURE_ARGS+=       --enable-${D}
> 
> --- Makefile.inc.orig   2012-05-19 14:33:08.000000000 +1000
> +++ Makefile.inc        2012-05-19 14:43:36.000000000 +1000
> @@ -3,6 +3,7 @@
>  OPTIONS=       NTPSNMPD        "Build and install ntpsnmpd" OFF \
>                 SSL             "Enable SSL" ON \
>                 IPV6            "Enable IPv6" OFF \
> +               SIGNING         "Enable time signing" OFF \
>                 BANCOMM         "Enable Datum/Bancomm bc635/VME interface"
> OFF \
>                 GPSVME          "Enable TrueTime GPS receiver/VME
> interface" OFF \
>                 ACTS            "Enable ACTS modem service" OFF \
> 

Looks good. I'll put it in my todo folder. I won't be able to get to it 
until mid week or later though. If I can't next week it'll have to wait 
three weeks. I hope that'll be OK.


-- 
Cheers,
Cy Schubert <Cy.Schubert at komquats.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org




More information about the freebsd-ports mailing list