summaryrefslogtreecommitdiffstats
path: root/package/wprobe
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-07 03:03:43 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-07 03:03:43 +0000
commit47a2f983bdb4c2948c7edd222d0f2177b43e0297 (patch)
treee47164634f8ab5192f618a0e0729301858fa9fdc /package/wprobe
parent39ed77af1e24c9bee00ee5261f4e44e475e9700b (diff)
rename the wprobe init script to /etc/init.d/wprobe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16730 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wprobe')
-rw-r--r--package/wprobe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile
index 1e32eee0c..50e2b70fe 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