aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-11-25 08:34:31 +0000
committerJohn Crispin <blogic@openwrt.org>2013-11-25 08:34:31 +0000
commitfeecbc62ae748032a39e75a8fe737611ca7faab0 (patch)
tree74dd9d13554a2399082f6ebdecd80b22382e46d3 /package
parent7aca35e56cb00f6f327d47bc309dc3dfb1eb6ae6 (diff)
downloadmaster-187ad058-feecbc62ae748032a39e75a8fe737611ca7faab0.tar.gz
master-187ad058-feecbc62ae748032a39e75a8fe737611ca7faab0.tar.bz2
master-187ad058-feecbc62ae748032a39e75a8fe737611ca7faab0.zip
ubox: fix typo that caused log_file to not be validated properly
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/system/ubox/files/log.init2
1 files changed, 1 insertions, 1 deletions
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' \