From: Felix Fietkau Date: Tue, 7 Jul 2009 03:03:43 +0000 (+0000) Subject: rename the wprobe init script to /etc/init.d/wprobe X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9a194f41bb953a72c8fbf7e0364ce88dfc5a6da0;p=librecmc%2Flibrecmc.git rename the wprobe init script to /etc/init.d/wprobe SVN-Revision: 16730 --- diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 1e32eee0c2..50e2b70fe5 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -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