diff options
| author | Joe MacDonald <joe@deserted.net> | 2013-11-29 11:00:34 -0500 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2013-11-29 11:00:34 -0500 |
| commit | b2c0f57f01ee8286c55259c8e0215a7c901699fc (patch) | |
| tree | 311cefd6f1a960a72828762360e98cda3c387688 | |
| parent | 03e758cd6744d2be22636ce59dd74d8cfafd4783 (diff) | |
| download | meta-openembedded-b2c0f57f01ee8286c55259c8e0215a7c901699fc.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-support/ntp/files/ntp.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/ntp/files/ntp.conf b/meta-networking/recipes-support/ntp/files/ntp.conf index e80b661e25..875b7ebc1d 100644 --- a/meta-networking/recipes-support/ntp/files/ntp.conf +++ b/meta-networking/recipes-support/ntp/files/ntp.conf | |||
| @@ -2,9 +2,10 @@ | |||
| 2 | # The driftfile must remain in a place specific to this | 2 | # The driftfile must remain in a place specific to this |
| 3 | # machine - it records the machine specific clock error | 3 | # machine - it records the machine specific clock error |
| 4 | driftfile /etc/ntp.drift | 4 | driftfile /etc/ntp.drift |
| 5 | # This obtains a random server which will be close | 5 | # This should be a server that is close (in IP terms) |
| 6 | # (in IP terms) to the machine. Add other servers | 6 | # to the machine. Add other servers as required. |
| 7 | # as required, or change this. | 7 | # Unless you un-comment the line below ntpd will sync |
| 8 | # only against the local system clock. | ||
| 8 | # | 9 | # |
| 9 | # server time.server.example.com | 10 | # server time.server.example.com |
| 10 | # | 11 | # |
