diff options
author | John Klug <john.klug@multitech.com> | 2017-06-09 10:22:39 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-09 10:22:39 -0500 |
commit | ca966936bec806fc5ed30b8af904a0e2398b7404 (patch) | |
tree | b4757b38d4c53dd396972b969ab383785db70408 /recipes-support/ntp/files/ntp.conf.patch | |
parent | c23502dc821f6b7b17551e24d5287d8c8220fd26 (diff) | |
parent | 140d44a8557acffbdda3d344c23a4e3481a3997a (diff) | |
download | meta-mlinux-ca966936bec806fc5ed30b8af904a0e2398b7404.tar.gz meta-mlinux-ca966936bec806fc5ed30b8af904a0e2398b7404.tar.bz2 meta-mlinux-ca966936bec806fc5ed30b8af904a0e2398b7404.zip |
Merge yocto-2.2 (morty) into master
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 + |