]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We shouldn't specify log or drift locations
authorRoy Marples <roy@marples.name>
Wed, 21 Nov 2007 10:31:16 +0000 (10:31 +0000)
committerRoy Marples <roy@marples.name>
Wed, 21 Nov 2007 10:31:16 +0000 (10:31 +0000)
configure.c

index 121e2dff0a3b108f0337f4311062bb1007a553f6..c2d27d4ff6c7d8571aee05683166874377380993 100644 (file)
@@ -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;