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:
parent
533dfc39e3
commit
d0db343fc4
1 changed files with 0 additions and 9 deletions
|
@ -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
|
Loading…
Reference in a new issue