rename the wprobe init script to /etc/init.d/wprobe
authorFelix Fietkau <nbd@openwrt.org>
Tue, 7 Jul 2009 03:03:43 +0000 (03:03 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 7 Jul 2009 03:03:43 +0000 (03:03 +0000)
SVN-Revision: 16730

package/wprobe/Makefile

index 1e32eee0c2de28a3d6bce29d036f22af958b6bb3..50e2b70fe55d1cb13be21e75ab4d40bbd1d27577 100644 (file)
@@ -115,7 +115,7 @@ endef
 
 define Package/wprobe-export/install
        $(INSTALL_DIR) $(1)/sbin $(1)/etc/init.d $(1)/etc/config
-       $(INSTALL_BIN) ./files/wprobe.init $(1)/etc/init.d/
+       $(INSTALL_BIN) ./files/wprobe.init $(1)/etc/init.d/wprobe
        $(INSTALL_BIN) ./files/wprobe.config $(1)/etc/config/wprobe
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/exporter/wprobe-export $(1)/sbin/
 endef