[Lunar-commits] r14864 - in moonbase/trunk/net/openntpd: . init.d

Auke Kok sofar at lunar-linux.org
Fri May 20 09:50:24 UTC 2005


Author: sofar
Date: 2005-05-20 09:50:23 +0000 (Fri, 20 May 2005)
New Revision: 14864

Modified:
   moonbase/trunk/net/openntpd/DETAILS
   moonbase/trunk/net/openntpd/init.d/ntpd
Log:
Adding the -s option to openntpd so it syncs right away on startup, but then continues to work normally. Also bumping the updated field so everyone gets this change automatically, which results in much better timekeeping.


Modified: moonbase/trunk/net/openntpd/DETAILS
===================================================================
--- moonbase/trunk/net/openntpd/DETAILS	2005-05-20 09:33:57 UTC (rev 14863)
+++ moonbase/trunk/net/openntpd/DETAILS	2005-05-20 09:50:23 UTC (rev 14864)
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:bf8e10ab31d26923e57dd4d83413e95ea3b62fee
         WEB_SITE=http://www.openntpd.org/portable.html
          ENTERED=20050512
-         UPDATED=20050512
+         UPDATED=20050520
            SHORT="openntpd syncs your time with an ntp server "
 cat << EOF
 NTP (Network Time Protocol) tries to keep servers in sync

Modified: moonbase/trunk/net/openntpd/init.d/ntpd
===================================================================
--- moonbase/trunk/net/openntpd/init.d/ntpd	2005-05-20 09:33:57 UTC (rev 14863)
+++ moonbase/trunk/net/openntpd/init.d/ntpd	2005-05-20 09:50:23 UTC (rev 14864)
@@ -7,5 +7,7 @@
 # processname: ntpd
 # config: /etc/ntpd.conf
 
+ARGS="-s"
+
 . /lib/lsb/init-functions
 



More information about the Lunar-commits mailing list