diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-22 18:56:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-22 18:56:09 +0000 |
commit | bbc6694d985ba31fcbc0ffcd26ce2dc847a5187b (patch) | |
tree | 9a47b4be3d9dbbc443103584ecadc10c828af243 /package/ubus | |
parent | 606173432325a828bd55744857cbfd690ad9c4cf (diff) | |
download | upstream-bbc6694d985ba31fcbc0ffcd26ce2dc847a5187b.tar.gz upstream-bbc6694d985ba31fcbc0ffcd26ce2dc847a5187b.tar.bz2 upstream-bbc6694d985ba31fcbc0ffcd26ce2dc847a5187b.zip |
base-files: add basic procd integration, let procd start (and restart) ubus instead of having an ubus init script
SVN-Revision: 34866
Diffstat (limited to 'package/ubus')
-rw-r--r-- | package/ubus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ubus/Makefile b/package/ubus/Makefile index 617c76749b..782079d775 100644 --- a/package/ubus/Makefile +++ b/package/ubus/Makefile @@ -63,8 +63,7 @@ define Package/ubus/install endef define Package/ubusd/install - $(INSTALL_DIR) $(1)/sbin $(1)/etc/init.d - $(INSTALL_BIN) ./files/ubus.init $(1)/etc/init.d/ubus + $(INSTALL_DIR) $(1)/sbin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ubusd $(1)/sbin/ endef |