Skip to content
Snippets Groups Projects
Commit a8163bfd authored by John Crispin's avatar John Crispin
Browse files

procd: remove obselete script install reference Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38790
parent a9cfb4b8
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ define Package/procd/install ...@@ -37,7 +37,7 @@ define Package/procd/install
$(INSTALL_BIN) ./files/reload_config $(1)/sbin/ $(INSTALL_BIN) ./files/reload_config $(1)/sbin/
$(INSTALL_BIN) ./files/log.init $(1)/etc/init.d/log $(INSTALL_BIN) ./files/log.init $(1)/etc/init.d/log
$(INSTALL_DATA) ./files/hotplug*.json $(1)/etc/ $(INSTALL_DATA) ./files/hotplug*.json $(1)/etc/
$(INSTALL_DATA) ./files/procd.sh ./files/procd-validate.sh $(1)/lib/functions/ $(INSTALL_DATA) ./files/procd.sh $(1)/lib/functions/
ln -s /sbin/procd $(1)/sbin/init ln -s /sbin/procd $(1)/sbin/init
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment