TLD
/
packages
/
ntp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- updated to 4.2.8p15
[packages/ntp.git]
/
ntp-4.2.6p1-retcode.patch
1
--- ntp-4.2.8/ntpd/ntp_proto.c~ 2014-12-19 13:56:54.000000000 +0200
2
+++ ntp-4.2.8/ntpd/ntp_proto.c 2015-01-02 10:43:42.190506414 +0200
3
@@ -326,7 +326,7 @@
4
if (!msyslog_term)
5
printf(
6
"ntpd: no servers found\n");
7
- exit (0);
8
+ exit (1);
9
}
10
}
11
}