From: John Crispin Date: Tue, 26 Nov 2013 07:50:05 +0000 (+0000) Subject: ubox: the validation code has problems with the "(" char. use string for now X-Git-Tag: reboot~8528 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fc3c72aba6e162d4dc444f2bbacb18c865f049c4;p=openwrt%2Fopenwrt.git ubox: the validation code has problems with the "(" char. use string for now Signed-off-by: John Crispin SVN-Revision: 38916 --- diff --git a/package/system/ubox/files/log.init b/package/system/ubox/files/log.init index 1c288a7a08..c1719421f1 100644 --- 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:or("tcp", "udp"):udp' \ + 'log_proto:string:udp' \ 'log_prefix:string' return $? }