PKG_NAME:=ez-ipupdate
PKG_VERSION:=3.0.11b8
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/e/ez-ipupdate \
$(INSTALL_DIR) $(1)/etc
$(INSTALL_CONF) ./files/ez-ipupdate.conf $(1)/etc/
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
- $(INSTALL_BIN) ./files/ez-ipupdate.hotplug $(1)/etc/hotplug.d/iface/10-ez-ipupdate
+ $(INSTALL_BIN) ./files/ez-ipupdate.hotplug $(1)/etc/hotplug.d/iface/30-ez-ipupdate
endef
$(eval $(call BuildPackage,ez-ipupdate))
PKG_NAME:=miniupnpd
PKG_VERSION:=1.0-RC5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MD5SUM:=fce12f92178409f0026a635d4bb5d8be
PKG_SOURCE_URL:=http://miniupnp.tuxfamily.org/files
$(INSTALL_BIN) $(PKG_BUILD_DIR)/linux/*.sh $(1)/usr/bin/
$(INSTALL_BIN) ./files/miniupnpd.init $(1)/etc/init.d/miniupnpd
$(INSTALL_DATA) ./files/upnpd.config $(1)/etc/config/upnpd
- $(INSTALL_DATA) ./files/miniupnpd.hotplug $(1)/etc/hotplug.d/iface/10-miniupnpd
+ $(INSTALL_DATA) ./files/miniupnpd.hotplug $(1)/etc/hotplug.d/iface/20-miniupnpd
endef
$(eval $(call BuildPackage,miniupnpd))
PKG_NAME:=ntpclient
PKG_VERSION:=2003_194
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://doolittle.icarus.com/ntpclient/
define Package/ntpclient/install
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
- $(INSTALL_BIN) ./files/ntpclient.init $(1)/etc/hotplug.d/iface/10-ntpclient
+ $(INSTALL_BIN) ./files/ntpclient.init $(1)/etc/hotplug.d/iface/20-ntpclient
$(INSTALL_DIR) $(1)/etc/config
$(INSTALL_DATA) ./files/ntpclient.config $(1)/etc/config/ntp_client
$(INSTALL_DIR) $(1)/usr/sbin
PKG_NAME:=updatedd
PKG_VERSION:=2.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MD5SUM:=2957496de0c8e08e9c6492fabf1a88be
PKG_SOURCE_URL:=http://savannah.nongnu.org/download/updatedd/
$(CP) $(PKG_INSTALL_DIR)/usr/bin/updatedd $(1)/usr/bin/
$(INSTALL_DIR) $(1)/usr/lib/updatedd
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface
- $(INSTALL_BIN) ./files/ddns.hotplug $(1)/etc/hotplug.d/iface/10-ddns
+ $(INSTALL_BIN) ./files/ddns.hotplug $(1)/etc/hotplug.d/iface/30-ddns
endef
$(eval $(call BuildPackage,updatedd))