ntp - time signing patch
Dewayne Geraghty
dewayne.geraghty at heuristicsystems.com.au
Sat May 19 05:54:02 UTC 2012
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 \
More information about the freebsd-ports
mailing list