]> git.pld-linux.org Git - packages/ntp.git/blame - ntp-4.2.6p1-retcode.patch
rename rc scripts/config to match service names
[packages/ntp.git] / ntp-4.2.6p1-retcode.patch
CommitLineData
a8809dbd
ER
1diff -up ntp-4.2.6p1/ntpd/ntp_proto.c.retcode ntp-4.2.6p1/ntpd/ntp_proto.c
2--- ntp-4.2.6p1/ntpd/ntp_proto.c.retcode 2009-12-09 08:36:36.000000000 +0100
3+++ ntp-4.2.6p1/ntpd/ntp_proto.c 2010-03-03 16:06:00.000000000 +0100
4@@ -269,7 +269,7 @@ transmit(
5 "ntpd: no servers found");
6 printf(
7 "ntpd: no servers found\n");
8- exit (0);
9+ exit (1);
10 }
11 }
12 }
This page took 0.252029 seconds and 4 git commands to generate.