mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 12:10:02 +04:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user