mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +00:00
ntpd: update config file comments
The default ntp.conf file does the right thing but one of the comments is a bit misleading based on the active parts of the file changing a few times. Update the comment to accurately describe what is happening in the configuration file and what a user should do next. Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
@@ -2,9 +2,10 @@
|
|||||||
# The driftfile must remain in a place specific to this
|
# The driftfile must remain in a place specific to this
|
||||||
# machine - it records the machine specific clock error
|
# machine - it records the machine specific clock error
|
||||||
driftfile /etc/ntp.drift
|
driftfile /etc/ntp.drift
|
||||||
# This obtains a random server which will be close
|
# This should be a server that is close (in IP terms)
|
||||||
# (in IP terms) to the machine. Add other servers
|
# to the machine. Add other servers as required.
|
||||||
# as required, or change this.
|
# Unless you un-comment the line below ntpd will sync
|
||||||
|
# only against the local system clock.
|
||||||
#
|
#
|
||||||
# server time.server.example.com
|
# server time.server.example.com
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user