Revision: 2863
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2863&view=rev
Author:   owes
Date:     2009-05-16 11:32:58 +0000 (Sat, 16 May 2009)

Log Message:
-----------
Add iburst to slightly quicker sync after start

Modified Paths:
--------------
    ipcop/trunk/html/cgi-bin/time.cgi

Modified: ipcop/trunk/html/cgi-bin/time.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/time.cgi   2009-05-16 09:26:57 UTC (rev 2862)
+++ ipcop/trunk/html/cgi-bin/time.cgi   2009-05-16 11:32:58 UTC (rev 2863)
@@ -299,7 +299,7 @@
     print FILE "# Configuration file for ntpd, created\n";
     print FILE "# by time.cgi. Do not edit manually.\n";
     print FILE "#\n";
-    print FILE "restrict default nomodify nopeer noquery notrap\n";
+    print FILE "restrict default kod nomodify nopeer noquery notrap\n";
     print FILE "restrict 127.0.0.1\n";
 
     print FILE "# Our networks\n";
@@ -314,7 +314,7 @@
     print FILE "# Servers\n";
     for (my $iserver = 1; $iserver <= 3; $iserver++) {
         if ( $timesettings{"NTP_ADDR_${iserver}"} ) {
-            print FILE "server " . $timesettings{"NTP_ADDR_${iserver}"} . "\n" 
;
+            print FILE "server " . $timesettings{"NTP_ADDR_${iserver}"} . " 
iburst\n" ;
             print FILE "restrict " . $timesettings{"NTP_ADDR_${iserver}"} . " 
mask 255.255.255.255 nomodify noquery notrap\n" ;
         }
     }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to