menuconfig NTP bool # FIXME: # gcc -o ntpdc-layout ntpdc-layout.o -lelf # /usr/bin/ld: cannot find -lelf depends on BROKEN prompt "NTP " select OPENSSL if NTP_CRYPTO help Build the standard NTP Daemon Process an supplementary programs. This conflicts with BSD openntpd. # ----- Compile Options comment "Compile Options" depends on NTP config NTP_CLOCKCTL bool prompt "Use /dev/clockctl for non-root time control" depends on NTP help The clockctl device introduces alternative entry points to these system calls, through a special device file typically named /dev/clockctl The access control is made upon this file: if a user can write to it, then the user is allowed to change system time. The goal is to enable daemons such as ntpd to run in a chroot jail and hence to enhance the security of the system. config NTP_DEBUGGING bool prompt "include debugging code" depends on NTP help FIXME: This item needs to be documented config NTP_DST_MINUTES int prompt "minutes per DST adjustment" default 60 depends on NTP help Enter here how many minutes should be added when switching to daylight saving time. config NTP_BANCOMM bool prompt "Datum/Bancomm bc635/VME interface" depends on NTP help FIXME: This item needs to be documented config NTP_GPSVME bool prompt "TrueTime GPS receiver/VME interface" depends on NTP help FIXME: This item needs to be documented config NTP_KMEM bool prompt "read /dev/kmem for tick and/or tickadj" depends on NTP help FIXME: This item needs to be documented config NTP_ACCURATE_ADJTIME bool prompt "the adjtime () call is accurate" depends on NTP help FIXME: This item needs to be documented config NTP_TICK_FORCE bool prompt "force a value for 'tick'" depends on NTP help FIXME: This item needs to be documented config NTP_TICK int prompt "value for 'tick'" default 1 depends on NTP && NTP_TICK_FORCE help FIXME: This item needs to be documented config NTP_TICKADJ_FORCE bool prompt "force a value for 'tickadj'" depends on NTP help FIXME: This item needs to be documented config NTP_TICKADJ bool prompt "value for 'tickadj'" default 1 depends on NTP && NTP_TICKADJ_FORCE help FIXME: This item needs to be documented config NTP_SIMULATOR bool prompt "build/install the NTPD simulator?" depends on NTP help FIXME: This item needs to be documented config NTP_UDP_WILDCARD bool prompt "use UDP wildcard delivery" depends on NTP help FIXME: This item needs to be documented config NTP_SLEW_ALWAYS bool prompt "always slew the time" depends on NTP help FIXME: This item needs to be documented config NTP_STEP_SLEW bool prompt "step and slew the time" depends on NTP help FIXME: This item needs to be documented config NTP_NTPDATE_STEP bool prompt "if ntpdate should step the time" depends on NTP help FIXME: This item needs to be documented config NTP_HOURLY_TODR_SYNC bool prompt "if we should sync TODR hourly" depends on NTP help FIXME: This item needs to be documented config NTP_KERNEL_FLL_BUG bool prompt "if we should avoid a kernel FLL bug" depends on NTP help FIXME: This item needs to be documented config NTP_IRIG_SAWTOOTH bool prompt "if we should enable the IRIG sawtooth filter" depends on NTP help FIXME: This item needs to be documented config NTP_NIST bool prompt "if we should enable the NIST lockclock scheme" depends on NTP help FIXME: This item needs to be documented config NTP_CRYPTO bool prompt "use openssl" depends on NTP help FIXME: This item needs to be documented config NTP_SNTP bool prompt "Build SNTP" depends on NTP help FIXME: This item needs to be documented config NTP_ARLIB bool prompt "Compile the async resolver library" depends on NTP help FIXME: This item needs to be documented source "rules/ntp_parse.in" source "rules/ntp_nonparse.in" # ---------- Install Options comment "Install Options" depends on NTP config NTP_NTPDATE bool prompt "install ntpdate" depends on NTP help ntpdate sets the local date and time by polling the Network Time Protocol (NTP) server(s) given as the server arguments to determine the correct time. config NTP_NTPD bool prompt "install ntpd" depends on NTP help The ntpd program is an operating system daemon which sets and maintains the system time of day in synchronism with Internet standard time servers. config NTP_NTPD_RCD_LINK bool prompt "install link in /etc/rc.d to start ntp-server" depends on NTP_NTPD help This option installs a link into /etc/rc.d/ to /etc/init.d/ntp-server. config NTP_NTPD_USR_CONF bool prompt "install a user defined configuration file for ntp-server" depends on NTP_NTPD help This option installs a config file from project-root to /etc/ntp-server.conf config NTP_NTPDC bool prompt "install ntpdc" depends on NTP help ntpdc is used to query the ntpd daemon about its current state and to request changes in that state. config NTP_NTPDC_RCD_LINK bool prompt "install link in /etc/rc.d to start ntp-client" depends on NTP_NTPDC help This option installs a link into /etc/rc.d/ to /etc/init.d/ntp-client. config NTP_NTPDC_USR_CONF bool prompt "install a user defined configuration file for ntp-server" depends on NTP_NTPDC help This option installs a config file from project-root to /etc/ntp-client.conf config NTP_NTPQ bool prompt "install ntpq" depends on NTP help FIXME: This item needs to be documented comment "NTP conflicts with OpenNTPD" depends on NTP && OPENNTPD