libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / network / ntp / patches / 65-exit-offset.patch
blob9d57f751ecb5e53d63ee1237fa931654959ecfa6
1 This has been submitted to the NTP community as bug 3721.
2 https://bugs.ntp.org/show_bug.cgi?id=3721
4 --- ntpd/ntp_proto.c.orig
5 +++ ntpd/ntp_proto.c
6 @@ -2973,7 +2973,9 @@
7 * Clock exceeds panic threshold. Life as we know it ends.
8 */
9 case -1:
10 - msyslog(LOG_ERR, "Clock offset exceeds panic threshold.");
11 + msyslog(LOG_ERR,
12 + "Clock offset %d seconds exceeds panic threshold.",
13 + (int) sys_offset);
14 #ifdef HAVE_LIBSCF_H
16 * For Solaris enter the maintenance mode.