base-files: /etc/init.d/rcS is no longer needed, procd handles this for us now

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37002
This commit is contained in:
John Crispin 2013-06-21 16:53:55 +00:00
parent 533dfc39e3
commit d0db343fc4

View File

@ -1,9 +0,0 @@
#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
LOGGER="cat"
[ -x /usr/bin/logger ] && LOGGER="logger -p 6 -t sysinit"
for i in /etc/rc.d/$1*; do
[ -x $i ] && $i $2 2>&1
done | $LOGGER