* luci/libs: change default scheme directory to /lib/uci/schema/ in uvl
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 19 Aug 2008 17:19:32 +0000 (17:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 19 Aug 2008 17:19:32 +0000 (17:19 +0000)
libs/uvl/luasrc/uvl.lua

index 361cfc410fb0d0bb0fe238f4e7d924cb231fbf49..292a3ba0d86b3dbb67e476472e54708cfb3924d1 100644 (file)
@@ -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