From bbc6694d985ba31fcbc0ffcd26ce2dc847a5187b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 22 Dec 2012 18:56:09 +0000 Subject: base-files: add basic procd integration, let procd start (and restart) ubus instead of having an ubus init script SVN-Revision: 34866 --- package/ubus/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/ubus') 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 -- cgit v1.2.3