projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1527f96
)
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
.
SVN-Revision: 38937
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 c1719421f141a205ad4fff541fd46dca205c921f..1c288a7a08192e0e2274243f3ac72a990aea9320 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 $?
}