# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1264453095 0
# Node ID 810fb77b6fe6bb16b3fdf35f8bb064c8297c7c83
# Parent  f18b882af1d14fd0b8736226fa804384f8e65843
prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)

diff -r f18b882af1d1 -r 810fb77b6fe6 prosodyctl
--- 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