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:
95f9bb9
)
Alias luci.util.exec as luci.sys.exec for legacy purposes
author
Steven Barth
<steven@midlink.org>
Tue, 2 Sep 2008 19:08:43 +0000
(19:08 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 2 Sep 2008 19:08:43 +0000
(19:08 +0000)
libs/sys/luasrc/sys.lua
patch
|
blob
|
history
diff --git
a/libs/sys/luasrc/sys.lua
b/libs/sys/luasrc/sys.lua
index 2f893650c0078fb3279c36a76062494b9b8563fb..a53db937c70e82bd1cda0b76ef28dfacee9eca00 100644
(file)
--- a/
libs/sys/luasrc/sys.lua
+++ b/
libs/sys/luasrc/sys.lua
@@
-41,6
+41,7
@@
local tonumber, ipairs, pairs = tonumber, ipairs, pairs
--- LuCI Linux and POSIX system utilities.
module "luci.sys"
+exec = luci.util.exec
--- Invoke the luci-flash executable to write an image to the flash memory.
-- @param image Local path or URL to image file