diff options
author | John Klug <john.klug@multitech.com> | 2017-05-30 18:29:08 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-30 18:29:27 -0500 |
commit | c1c2f0d8be1db3300a26a8083cdc0983076d6b63 (patch) | |
tree | 1162ac05f99f07778b42f34c25bdb4fae3ce0ee3 /recipes-support/ntp/files/ntp.conf.patch | |
parent | ffc8eb97709544e1ee5cc8652e7c3a160de55c06 (diff) | |
download | meta-mlinux-atmel-c1c2f0d8be1db3300a26a8083cdc0983076d6b63.tar.gz meta-mlinux-atmel-c1c2f0d8be1db3300a26a8083cdc0983076d6b63.tar.bz2 meta-mlinux-atmel-c1c2f0d8be1db3300a26a8083cdc0983076d6b63.zip |
Add mLinux ntp configuration and NTP time test program
Diffstat (limited to 'recipes-support/ntp/files/ntp.conf.patch')
-rw-r--r-- | recipes-support/ntp/files/ntp.conf.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-support/ntp/files/ntp.conf.patch b/recipes-support/ntp/files/ntp.conf.patch index bb1dcfe..1a40d24 100644 --- a/recipes-support/ntp/files/ntp.conf.patch +++ b/recipes-support/ntp/files/ntp.conf.patch @@ -1,11 +1,11 @@ -diff -Naur old/ntp.conf new/ntp.conf ---- old/ntp.conf 2017-02-02 19:09:54.524791189 -0600 -+++ new/ntp.conf 2017-02-02 19:06:41.744669788 -0600 +diff -Naru orig.new/ntp.conf up/ntp.conf +--- orig.new/ntp.conf 2017-05-30 10:44:16.311034239 -0500 ++++ up/ntp.conf 2017-05-30 10:37:42.837793409 -0500 @@ -1,16 +1,47 @@ -# This is the most basic ntp configuration file # The driftfile must remain in a place specific to this # machine - it records the machine specific clock error --driftfile /etc/ntp.drift +-driftfile /var/lib/ntp/drift +# Driftfile must be in a directory owned by ntp +driftfile /var/lib/ntp/ntp.drift + |