2
0
forked from Ivasoft/openwrt

move syslogd and klogd to init.di/boot script, add remote logging support

SVN-Revision: 7160
This commit is contained in:
Mike Baker
2007-05-10 09:29:55 +00:00
parent 9a66abf108
commit fa0568fdcb
2 changed files with 4 additions and 9 deletions

View File

@@ -9,6 +9,10 @@ system_config() {
config_get hostname "$cfg" hostname
echo "${hostname:-OpenWrt}" > /proc/sys/kernel/hostname
config_get log_ip "$cfg" log_ip
syslogd -C16 ${log_ip:+-L -R $log_ip}
klogd
}
apply_uci_config() {(