components/ntp/patches/ntpdate-status.patch
changeset 1467 f14b6c5766ca
parent 1466 24d2be32f88c
child 1468 07b38c2bfed7
--- a/components/ntp/patches/ntpdate-status.patch	Thu Sep 12 07:07:27 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- ntpdate/ntpdate.c
-+++ ntpdate/ntpdate.c
-@@ -2029,7 +2029,7 @@ l_adj_systime(
- 	if (adjtv.tv_usec != 0 && !debug) {
- 		if (adjtime(&adjtv, &oadjtv) < 0) {
- 			msyslog(LOG_ERR, "Can't adjust the time of day: %m");
--			return 0;
-+			exit(1);
- 		}
- 	}
- 	return 1;