diff options
author | Mike Baker <mbm@openwrt.org> | 2007-05-10 09:29:55 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2007-05-10 09:29:55 +0000 |
commit | fa0568fdcb41d3b3929f61acc1fb64fa9cd78a61 (patch) | |
tree | e1c6914093643457e7af00eb6f0f2cc82a8e1ddd /package/base-files/files/etc/init.d/rcS | |
parent | 9a66abf108abb148a6fcb5b1f0a2e7ff4ca8c252 (diff) | |
download | mtk-20170518-fa0568fdcb41d3b3929f61acc1fb64fa9cd78a61.zip mtk-20170518-fa0568fdcb41d3b3929f61acc1fb64fa9cd78a61.tar.gz mtk-20170518-fa0568fdcb41d3b3929f61acc1fb64fa9cd78a61.tar.bz2 |
move syslogd and klogd to init.di/boot script, add remote logging support
SVN-Revision: 7160
Diffstat (limited to 'package/base-files/files/etc/init.d/rcS')
-rwxr-xr-x | package/base-files/files/etc/init.d/rcS | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package/base-files/files/etc/init.d/rcS b/package/base-files/files/etc/init.d/rcS index 4e72bd9..755e08b 100755 --- a/package/base-files/files/etc/init.d/rcS +++ b/package/base-files/files/etc/init.d/rcS @@ -1,15 +1,6 @@ #!/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 -C16 #${log_ipaddr:+-L -R $log_ipaddr} -klogd - ( for i in /etc/rc.d/S*; do $i boot 2>&1 |