rename the wprobe init script to /etc/init.d/wprobe
SVN-Revision: 16730
This commit is contained in:
parent
69d65604a2
commit
9a194f41bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue