diff options
author | John Crispin <john@openwrt.org> | 2013-11-25 08:34:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-25 08:34:31 +0000 |
commit | 637440c4159fe731b9e8f7eb6b521d9b57e9289d (patch) | |
tree | 495b813bab6836abee379a94f282b997c04d8dae /package/system/ubox | |
parent | 8ee2b91ddd89238dcfe7590402197e0ad440d764 (diff) | |
download | upstream-637440c4159fe731b9e8f7eb6b521d9b57e9289d.tar.gz upstream-637440c4159fe731b9e8f7eb6b521d9b57e9289d.tar.bz2 upstream-637440c4159fe731b9e8f7eb6b521d9b57e9289d.zip |
ubox: fix typo that caused log_file to not be validated properly
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38906
Diffstat (limited to 'package/system/ubox')
-rw-r--r-- | package/system/ubox/files/log.init | 2 |
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' \ |