Committed revision 22754.

On Sat, Aug 21, 2010 at 7:52 AM, Dean Scarff <[email protected]> wrote:

> dudders needs to be started after time synchronisation, because
> if the time is not correct then the DNS update fails.
>
> rdate has priority 40:
> /etc/hotplug.d/iface/40-rdate
>
> As reported by Peter Holik.
> ---
>  net/dudders/Makefile |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
>
> diff --git a/net/dudders/Makefile b/net/dudders/Makefile
> index 30dae21..15ebe51 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))
> --
> 1.7.2.1
>
>
>
> On 18 Aug 2010, at 20:41 , Outback Dingo wrote:
>
>  Committed
>> r22695 /packages/net/dudders/ (. Makefile files/ files/dudders.conf
>> files/dudders.hotplug):
>>
>
> --
> Dean
>
>
>
> _______________________________________________
> openwrt-devel mailing list
> [email protected]
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to