From fbbfc30be0a685dd0df3e2ab9c292d4f2007eb8c Mon Sep 17 00:00:00 2001 From: "Scott V. Kamp" Date: Sun, 22 Aug 2010 04:46:16 +0000 Subject: [PATCH] [patchteam] dudders needs to be started after time synchronisation, because if the time is not correct then the DNS update fails. SVN-Revision: 22754 --- net/dudders/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dudders/Makefile b/net/dudders/Makefile index 30dae2108d..15ebe51a7e 100644 --- a/net/dudders/Makefile +++ b/net/dudders/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dudders PKG_VERSION:=1.04 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -60,7 +60,7 @@ define Package/dudders/install $(INSTALL_DIR) $(1)/etc/config $(INSTALL_CONF) ./files/dudders.conf $(1)/etc/config/dudders $(INSTALL_DIR) $(1)/etc/hotplug.d/iface - $(INSTALL_BIN) ./files/dudders.hotplug $(1)/etc/hotplug.d/iface/30-dudders + $(INSTALL_BIN) ./files/dudders.hotplug $(1)/etc/hotplug.d/iface/50-dudders endef $(eval $(call BuildPackage,dudders)) -- 2.30.2