mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 21:41:27 -04:00
15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
$NetBSD: patch-prosodyctl,v 1.2 2014/03/10 13:01:17 fhajny Exp $
|
|
|
|
Fix Lua code.
|
|
--- prosodyctl.orig 2014-01-12 11:41:40.000000000 +0000
|
|
+++ prosodyctl
|
|
@@ -243,7 +243,7 @@ end
|
|
local modulemanager = require "core.modulemanager"
|
|
|
|
local prosodyctl = require "util.prosodyctl"
|
|
-require "socket"
|
|
+local socket = require "socket"
|
|
-----------------------
|
|
|
|
-- FIXME: Duplicate code waiting for util.startup
|