1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 16:10:39 +02:00

Disable syslogd and klogd

This commit is contained in:
kyak 2011-05-27 20:47:05 +04:00
parent 0eb17f7e76
commit 0e98cca4e6

View File

@ -34,13 +34,14 @@ system_config() {
${log_ip:+-L -R ${log_ip}:${log_port}} \
${conloglevel:+-l $conloglevel} -S
else
syslogd -C${log_size} \
${log_ip:+-L -R ${log_ip}:${log_port}} \
${conloglevel:+-l $conloglevel}
#syslogd -C${log_size} \
# ${log_ip:+-L -R ${log_ip}:${log_port}} \
# ${conloglevel:+-l $conloglevel}
true
fi
fi
config_get klogconloglevel "$cfg" klogconloglevel
[ -x /sbin/klogd ] && klogd ${klogconloglevel:+-c $klogconloglevel}
#[ -x /sbin/klogd ] && klogd ${klogconloglevel:+-c $klogconloglevel}
}
apply_uci_config() {