From: Nicolas Thill Date: Sat, 26 Sep 2009 20:20:28 +0000 (+0000) Subject: ntpclient: change check interval from 60 to 600 (upstream default) (closes: #5578) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=08244482a00a4730b8c94e0aaeb0249d15cff24a;p=openwrt%2Fsvn-archive%2Fpackages.git ntpclient: change check interval from 60 to 600 (upstream default) (closes: #5578) SVN-Revision: 17750 --- diff --git a/net/ntpclient/Makefile b/net/ntpclient/Makefile index 657b9a014..ad9db798d 100644 --- a/net/ntpclient/Makefile +++ b/net/ntpclient/Makefile @@ -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. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntpclient PKG_VERSION:=2007_365 -PKG_RELEASE:=1 +PKG_RELEASE:=1.1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://doolittle.icarus.com/ntpclient/ diff --git a/net/ntpclient/files/ntpclient.config b/net/ntpclient/files/ntpclient.config index 1b56f1b7d..c1402578f 100644 --- a/net/ntpclient/files/ntpclient.config +++ b/net/ntpclient/files/ntpclient.config @@ -18,5 +18,5 @@ config ntpdrift option freq '0' config ntpclient - option interval 60 + option interval 600 #option count 10