From e26af005b57ca0fae2accbdb9528212b4f1b9ea3 Mon Sep 17 00:00:00 2001 From: mbm Date: Thu, 10 May 2007 09:29:55 +0000 Subject: move syslogd and klogd to init.di/boot script, add remote logging support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7160 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/init.d/rcS | 9 --------- 1 file changed, 9 deletions(-) (limited to 'package/base-files/files/etc/init.d/rcS') diff --git a/package/base-files/files/etc/init.d/rcS b/package/base-files/files/etc/init.d/rcS index 4e72bd905..755e08b9c 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 -- cgit v1.2.3