mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
rename default/ to files/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5622 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
19
package/base-files/files/etc/init.d/rcS
Executable file
19
package/base-files/files/etc/init.d/rcS
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
${FAILSAFE:+exit}
|
||||
|
||||
# FIXME: add logging configuration
|
||||
#[ -f /etc/config/network ] && . /etc/config/network
|
||||
#eval $(ipcalc "$log_ipaddr")
|
||||
#[ "$log_ipaddr" = "$IP" ] || log_ipaddr=""
|
||||
syslogd -C 16 #${log_ipaddr:+-L -R $log_ipaddr}
|
||||
klogd
|
||||
|
||||
(
|
||||
for i in /etc/rc.d/S*; do
|
||||
$i boot 2>&1
|
||||
done
|
||||
|
||||
sysctl -p >&-
|
||||
) | logger -s -p 6 -t '' &
|
||||
Reference in New Issue
Block a user