[packages] ntpclient: change check interval from 60 to 600 (upstream default) (closes...
authorNicolas Thill <nico@openwrt.org>
Sat, 26 Sep 2009 20:20:28 +0000 (20:20 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 26 Sep 2009 20:20:28 +0000 (20:20 +0000)
SVN-Revision: 17750

net/ntpclient/Makefile
net/ntpclient/files/ntpclient.config

index 480840802caa18debc7d9cd31db82393fdd7d376..5633e7a2f4d07ff1bab0249fec8d30d75daa161c 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ntpclient
 PKG_VERSION:=2007_365
 
 PKG_NAME:=ntpclient
 PKG_VERSION:=2007_365
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://doolittle.icarus.com/ntpclient/
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://doolittle.icarus.com/ntpclient/
index 1b56f1b7d80dfbd59c9272273c50404963391d7d..c1402578f10d37db78166e0ac7068b67d17b933a 100644 (file)
@@ -18,5 +18,5 @@ config ntpdrift
        option freq     '0'
 
 config ntpclient
        option freq     '0'
 
 config ntpclient
-       option interval 60
+       option interval 600
        #option count   10
        #option count   10