projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35337e
)
* luci/libs: change default scheme directory to /lib/uci/schema/ in uvl
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Aug 2008 17:19:32 +0000
(17:19 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Aug 2008 17:19:32 +0000
(17:19 +0000)
libs/uvl/luasrc/uvl.lua
patch
|
blob
|
history
diff --git
a/libs/uvl/luasrc/uvl.lua
b/libs/uvl/luasrc/uvl.lua
index 361cfc410fb0d0bb0fe238f4e7d924cb231fbf49..292a3ba0d86b3dbb67e476472e54708cfb3924d1 100644
(file)
--- a/
libs/uvl/luasrc/uvl.lua
+++ b/
libs/uvl/luasrc/uvl.lua
@@
-51,7
+51,7
@@
STRICT_EXTERNAL_VALIDATORS = true
STRICT_LIST_TYPE = true
-local default_schemedir = "/
etc/scheme
"
+local default_schemedir = "/
lib/uci/schema
"
local function _assert( condition, fmt, ... )
if not condition then