From: Roy Marples Date: Wed, 21 Nov 2007 10:31:16 +0000 (+0000) Subject: We shouldn't specify log or drift locations X-Git-Tag: v3.2.3~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0084134a0791e3c6b41a52b4d00b53d0510587d;p=thirdparty%2Fdhcpcd.git We shouldn't specify log or drift locations --- diff --git a/configure.c b/configure.c index 121e2dff..c2d27d4f 100644 --- a/configure.c +++ b/configure.c @@ -282,11 +282,6 @@ static int _make_ntp (const char *file, const char *ifname, const dhcp_t *dhcp) fprintf (f, "restrict %s nomodify notrap noquery\n", a); fprintf (f, "server %s\n", a); } - - if (ntp) { - fprintf (f, "driftfile " NTPDRIFTFILE "\n"); - fprintf (f, "logfile " NTPLOGFILE "\n"); - } fclose (f); return 1;