Date:2011-05-27 18:47:05 (12 years 10 months ago)
Author:kyak
Commit:9f1d7f16a43f206963d10ebeb13cbdf062c7e382
Message:Disable syslogd and klogd

Files: package/base-files/files/etc/init.d/boot (1 diff)

Change Details

package/base-files/files/etc/init.d/boot
2929        if [ "$log_type" = "file" ]; then
3030            syslogd -s $log_size -O $log_file ${log_ip:+-L -R ${log_ip}:${log_port}} -S
3131        else
32            syslogd -C${log_size} ${log_ip:+-L -R ${log_ip}:${log_port}}
32            #syslogd -C${log_size} ${log_ip:+-L -R ${log_ip}:${log_port}}
33            true
3334        fi
3435    fi
3536    config_get klogconloglevel "$cfg" klogconloglevel
36    [ -x /sbin/klogd ] && klogd ${klogconloglevel:+-c $klogconloglevel}
37    #[ -x /sbin/klogd ] && klogd ${klogconloglevel:+-c $klogconloglevel}
3738}
3839
3940apply_uci_config() {

Archive Download the corresponding diff file



interactive