From: blogic Date: Mon, 25 Nov 2013 08:34:31 +0000 (+0000) Subject: ubox: fix typo that caused log_file to not be validated properly X-Git-Tag: fast2504n-3.10.28-merged~665 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=82f67ed0534d131ad192fcb67f18685625fb1aa3;p=openwrt.git ubox: fix typo that caused log_file to not be validated properly Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38906 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/system/ubox/files/log.init b/package/system/ubox/files/log.init index a1e910f519..1c288a7a08 100644 --- a/package/system/ubox/files/log.init +++ b/package/system/ubox/files/log.init @@ -11,7 +11,7 @@ PROG=/sbin/logread validate_log_section() { uci_validate_section system system "${1}" \ - 'Password:string' \ + 'log_file:string' \ 'log_size:uinteger' \ 'log_ip:ipaddr' \ 'log_port:port:514' \