projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee2b91
)
ubox: fix typo that caused log_file to not be validated properly
author
John Crispin
<john@openwrt.org>
Mon, 25 Nov 2013 08:34:31 +0000
(08:34 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 25 Nov 2013 08:34:31 +0000
(08:34 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38906
package/system/ubox/files/log.init
patch
|
blob
|
history
diff --git
a/package/system/ubox/files/log.init
b/package/system/ubox/files/log.init
index a1e910f5192cab4282d92c5bdfc77cc2d2a650dd..1c288a7a08192e0e2274243f3ac72a990aea9320 100644
(file)
--- 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' \