aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-11-13 12:15:06 +0000
committerJohn Crispin <blogic@openwrt.org>2013-11-13 12:15:06 +0000
commitb0032544780018fe1d052d29398e37a6dcf7f0d9 (patch)
tree6a26ea5058b200f326573912bb54de7c474d2349 /package/system
parentfdb2563eb361b9047c0023d59861dbb9eab6242e (diff)
downloadmaster-187ad058-b0032544780018fe1d052d29398e37a6dcf7f0d9.tar.gz
master-187ad058-b0032544780018fe1d052d29398e37a6dcf7f0d9.tar.bz2
master-187ad058-b0032544780018fe1d052d29398e37a6dcf7f0d9.zip
procd: remove obselete script install reference
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38790 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r--package/system/procd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index b406417469..5c51f54752 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -37,7 +37,7 @@ define Package/procd/install
$(INSTALL_BIN) ./files/reload_config $(1)/sbin/
$(INSTALL_BIN) ./files/log.init $(1)/etc/init.d/log
$(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
endef