openbsd-ports/www/xavante/patches/patch-src_xavante_cgiluahandler_lua

20 lines
606 B
Plaintext
Raw Normal View History

2005-08-02 13:41:07 -04:00
$OpenBSD: patch-src_xavante_cgiluahandler_lua,v 1.1 2005/08/02 17:41:08 pedro Exp $
--- src/xavante/cgiluahandler.lua.orig Thu May 26 01:07:16 2005
+++ src/xavante/cgiluahandler.lua Mon Aug 1 07:33:46 2005
@@ -9,7 +9,7 @@ module (arg and arg[1])
require "venv"
require "lfs"
-require "stable"
2005-08-02 13:41:07 -04:00
+require "cgilua.stable"
-------------------------------------------------------------------------------
-- Implements SAPI
@@ -98,4 +98,4 @@ function makeHandler (diskpath)
return function (req, res)
return cgiluahandler (req, res, diskpath)
end
-end
\ No newline at end of file
2005-08-02 13:41:07 -04:00
+end