1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

ntpdate(1) is depreciated.

This commit is contained in:
David E. O'Brien 2002-06-04 21:25:41 +00:00
parent 9bdd177911
commit 499cc75ee2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97835

View File

@ -182,8 +182,8 @@ keyserv_flags="" # Flags to keyserv (if enabled).
timed_enable="NO" # Run the time daemon (or NO).
timed_flags="" # Flags to timed (if enabled).
ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO).
ntpdate_program="/usr/sbin/ntpdate" # path to ntpdate, if you want a different one.
ntpdate_flags="-b" # Flags to ntpdate (if enabled).
ntpdate_program="/usr/sbin/ntpd" # path to ntpdate, if you want a different one.
ntpdate_flags="-gqx" # Flags to ntpdate (if enabled).
xntpd_enable="NO" # Run ntpd Network Time Protocol (or NO).
xntpd_program="/usr/sbin/ntpd" # path to ntpd, if you want a different one.
xntpd_flags="-p /var/run/ntpd.pid" # Flags to ntpd (if enabled).