From 76982655fa433edd885bbb80bbe74e82fca527e2 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 6 Aug 2008 20:11:15 +0000 Subject: Moved luci.sys.exec, luci.sys.execl and luci.sys.bigendian to luci.util --- applications/luci-splash/root/usr/sbin/luci-splash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-splash/root') diff --git a/applications/luci-splash/root/usr/sbin/luci-splash b/applications/luci-splash/root/usr/sbin/luci-splash index 72456c01e6..0b645fab75 100755 --- a/applications/luci-splash/root/usr/sbin/luci-splash +++ b/applications/luci-splash/root/usr/sbin/luci-splash @@ -1,7 +1,7 @@ #!/usr/bin/lua require("luci.http") -require("luci.sys") +require("luci.util") require("luci.model.uci") -- Init state session @@ -140,7 +140,7 @@ end function listrules() local cmd = "iptables -t nat -L luci_splash_leases | grep RETURN |" cmd = cmd .. "egrep -io [0-9a-f]+:[0-9a-f]+:[0-9a-f]+:[0-9a-f]+:[0-9a-f]+:[0-9a-f]+" - return luci.util.split(luci.sys.exec(cmd)) + return luci.util.split(luci.util.exec(cmd)) end -- cgit v1.2.3