From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] ntp 4.2.8p5: removed obsolete patch file Date: Sat, 09 Jan 2016 20:39:45 +0100 Message-ID: <1452368385-24431-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7023605918956770079==" List-Id: --===============7023605918956770079== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Matthias Fischer --- src/patches/ntp-fix-sycing-with-local-clock.patch | 23 ---------------------= -- 1 file changed, 23 deletions(-) delete mode 100644 src/patches/ntp-fix-sycing-with-local-clock.patch diff --git a/src/patches/ntp-fix-sycing-with-local-clock.patch b/src/patches/= ntp-fix-sycing-with-local-clock.patch deleted file mode 100644 index bdca2e7..0000000 --- a/src/patches/ntp-fix-sycing-with-local-clock.patch +++ /dev/null @@ -1,23 +0,0 @@ -# http://bugs.ntp.org/show_bug.cgi?id=3D2965 - -From 6f68f1f0fd764f0006506e3957a5b8116726d443 Mon Sep 17 00:00:00 2001 -From: -Date: Mon, 16 Nov 2015 11:59:55 +0100 -Subject: [PATCH] [Bug 2965] Local clock didn't work since 4.2.8p4 - ---- - ntpd/refclock_local.c | 1 + - 1 files changed, 1 insertions(+) - -diff --git a/ntpd/refclock_local.c b/ntpd/refclock_local.c -index d816c55..8c0f74f 100644 ---- a/ntpd/refclock_local.c -+++ b/ntpd/refclock_local.c -@@ -205,6 +205,7 @@ local_poll( - pp->disp =3D 0; - pp->jitter =3D 0; - #else /* KERNEL_PLL LOCKCLOCK */ -+ pp->leap =3D LEAP_NOWARNING; - pp->disp =3D DISPERSION; - pp->jitter =3D 0; - #endif /* KERNEL_PLL LOCKCLOCK */ --=20 2.7.0 --===============7023605918956770079==--