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:
parent
0eb17f7e76
commit
0e98cca4e6
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user