fixed ntp config
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 23 Dec 2013 18:07:15 +0000 (19:07 +0100)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Mon, 23 Dec 2013 18:07:15 +0000 (19:07 +0100)
PlanetLabConf/ntp.conf.php

index 247ffe1..9b8deaa 100755 (executable)
@@ -52,9 +52,9 @@ print( "statsdir /var/log/ntpstats/\n" );
 print( "# Permit time synchronization with our time source, but do not\n");
 print( "# permit the source to query or modify the service on this system.\n");
 print( "restrict default kod nomodify notrap nopeer noquery\n");
-print( "restrict -6 default kod nomodify notrap nopeer noquery");
-print( "restrict 127.0.0.1");
-print( "restrict -6 ::1");
+print( "restrict -6 default kod nomodify notrap nopeer noquery\n");
+print( "restrict 127.0.0.1\n");
+print( "restrict -6 ::1\n");
 
 if (is_numeric(array_search($model, $problem_models))) {
   print( "tinker stepout 0\n" );