$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"
+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
+end
