changeset 247:35ac5cc4b557 draft

We shouldn't specify log or drift locations
author Roy Marples <roy@marples.name>
date Wed, 21 Nov 2007 10:31:16 +0000
parents 145ab5c18d12
children 44f284a420ac
files configure.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.c	Mon Nov 19 21:00:36 2007 +0000
+++ b/configure.c	Wed Nov 21 10:31:16 2007 +0000
@@ -282,11 +282,6 @@
 			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;