Software /
code /
prosody
Comparison
util/dependencies.lua @ 526:b1d90f7d074a
Fill blank with URL
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 03 Dec 2008 16:07:15 +0000 |
parent | 519:cccd610a0ef9 |
child | 615:4ae3e81513f3 |
comparison
equal
deleted
inserted
replaced
525:32122251d2fe | 526:b1d90f7d074a |
---|---|
31 for k,v in pairs(sources) do | 31 for k,v in pairs(sources) do |
32 print("", k, v); | 32 print("", k, v); |
33 end | 33 end |
34 print(""); | 34 print(""); |
35 print(msg or (name.." is required for Prosody to run, so we will now exit.")); | 35 print(msg or (name.." is required for Prosody to run, so we will now exit.")); |
36 print("More help can be found on our website, at http://.../doc/depends"); | 36 print("More help can be found on our website, at http://prosody.im/doc/depends"); |
37 print("**************************"); | 37 print("**************************"); |
38 print(""); | 38 print(""); |
39 end | 39 end |
40 | 40 |
41 local lxp = softreq "lxp" | 41 local lxp = softreq "lxp" |