From f647fe484b801552a8f3ca7e467300abc374d9d8 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 26 Sep 2009 20:20:28 +0000 Subject: [PATCH 1/1] [packages] ntpclient: change check interval from 60 to 600 (upstream default) (closes: #5578) SVN-Revision: 17750 --- net/ntpclient/Makefile | 4 ++-- net/ntpclient/files/ntpclient.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ntpclient/Makefile b/net/ntpclient/Makefile index 480840802c..5633e7a2f4 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. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk 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/ diff --git a/net/ntpclient/files/ntpclient.config b/net/ntpclient/files/ntpclient.config index 1b56f1b7d8..c1402578f1 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 -- 2.30.2