From 01aa267a543f72dafc264feb5a8012da15ce90e3 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Thu, 28 Jun 2007 21:13:40 +0000 Subject: [PATCH] reorder hotplug files fixes #1527 SVN-Revision: 7765 --- net/ez-ipupdate/Makefile | 4 ++-- net/miniupnpd/Makefile | 4 ++-- net/ntpclient/Makefile | 4 ++-- net/updatedd/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net/ez-ipupdate/Makefile b/net/ez-ipupdate/Makefile index 2ec7f4adc..7d0e2398a 100644 --- a/net/ez-ipupdate/Makefile +++ b/net/ez-ipupdate/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk 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 \ @@ -45,7 +45,7 @@ define Package/ez-ipupdate/install $(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)) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index 479efa00f..05dca4cdf 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk 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 @@ -45,7 +45,7 @@ define Package/miniupnpd/install $(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)) diff --git a/net/ntpclient/Makefile b/net/ntpclient/Makefile index 502def60e..56c8a3c07 100644 --- a/net/ntpclient/Makefile +++ b/net/ntpclient/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk 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/ @@ -36,7 +36,7 @@ endef 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 diff --git a/net/updatedd/Makefile b/net/updatedd/Makefile index b8555447d..59290aa5f 100644 --- a/net/updatedd/Makefile +++ b/net/updatedd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk 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/ @@ -119,7 +119,7 @@ define Package/updatedd/install $(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)) -- 2.30.2