[oe-commits] Joe MacDonald : ntpd: update config file comments

git at git.openembedded.org git at git.openembedded.org
Mon Dec 2 14:11:42 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: b2c0f57f01ee8286c55259c8e0215a7c901699fc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b2c0f57f01ee8286c55259c8e0215a7c901699fc

Author: Joe MacDonald <joe at deserted.net>
Date:   Fri Nov 29 11:00:34 2013 -0500

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 at deserted.net>

---

 meta-networking/recipes-support/ntp/files/ntp.conf | 7 ++++---
 1 file 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 e80b661..875b7eb 100644
--- a/meta-networking/recipes-support/ntp/files/ntp.conf
+++ b/meta-networking/recipes-support/ntp/files/ntp.conf
@@ -2,9 +2,10 @@
 # The driftfile must remain in a place specific to this
 # machine - it records the machine specific clock error
 driftfile /etc/ntp.drift
-# This obtains a random server which will be close
-# (in IP terms) to the machine.  Add other servers
-# as required, or change this.
+# This should be a server that is close (in IP terms)
+# to the machine.  Add other servers as required.
+# Unless you un-comment the line below ntpd will sync
+# only against the local system clock.
 #
 # server time.server.example.com
 #



More information about the Openembedded-commits mailing list