]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-4.2.6p1-retcode.patch
ntpd requires libgcc_s.so.1
[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                 }
This page took 0.100898 seconds and 3 git commands to generate.