aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-01-28 18:11:24 +0000
committerMatthew Wild <mwild1@gmail.com>2010-01-28 18:11:24 +0000
commit5a1301487a7006cde9effbf755032dcf7288fe72 (patch)
tree4c673de4162e427b85a634bff77a700995ad9be1 /prosodyctl
parentd32bfb15fd14b4ff31662d11f4eb8280b035d034 (diff)
downloadprosody-5a1301487a7006cde9effbf755032dcf7288fe72.tar.gz
prosody-5a1301487a7006cde9effbf755032dcf7288fe72.zip
prosodyctl: Don't load luarocks as util.dependencies now does this
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl4
1 files changed, 0 insertions, 4 deletions
diff --git a/prosodyctl b/prosodyctl
index 260b3b8f..91423704 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -33,10 +33,6 @@ if not require "util.dependencies".check_dependencies() then
os.exit(1);
end
--- Required to be able to find packages installed with luarocks
-pcall(require, "luarocks.require")
-
-
config = require "core.configmanager"
do