Changeset

2497:810fb77b6fe6

prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)
author Matthew Wild <mwild1@gmail.com>
date Mon, 25 Jan 2010 20:58:15 +0000
parents 2496:f18b882af1d1
children 2501:f521e89539da
files prosodyctl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prosodyctl	Tue Jan 26 01:32:39 2010 +0500
+++ b/prosodyctl	Mon Jan 25 20:58:15 2010 +0000
@@ -32,6 +32,8 @@
 -- Required to be able to find packages installed with luarocks
 pcall(require, "luarocks.require")
 
+require "util.dependencies"
+
 config = require "core.configmanager"
 
 do