projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a53dc4
)
Revert "ubox: the validation code has problems with the "(" char. use string for...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 28 Nov 2013 11:33:49 +0000
(11:33 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 28 Nov 2013 11:33:49 +0000
(11:33 +0000)
This reverts commit
f7c2ac3ea9b5f2dc4ef4ce4ef195de8a4ac5546b
.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38937
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
c171942
..
1c288a7
100644
(file)
--- a/
package/system/ubox/files/log.init
+++ b/
package/system/ubox/files/log.init
@@
-15,7
+15,7
@@
validate_log_section()
'log_size:uinteger' \
'log_ip:ipaddr' \
'log_port:port:514' \
- 'log_proto:
string
:udp' \
+ 'log_proto:
or("tcp", "udp")
:udp' \
'log_prefix:string'
return $?
}