Software /
code /
prosody
Comparison
prosodyctl @ 6356:fb1535328ac7
prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 26 Aug 2014 12:00:51 +0200 |
parent | 6325:13a43fe90d9f |
child | 6367:769a3577dd85 |
child | 6498:ce66fe13eebe |
comparison
equal
deleted
inserted
replaced
6325:13a43fe90d9f | 6356:fb1535328ac7 |
---|---|
218 ["no-password"] = "No password was supplied"; | 218 ["no-password"] = "No password was supplied"; |
219 ["no-such-user"] = "The given user does not exist on the server"; | 219 ["no-such-user"] = "The given user does not exist on the server"; |
220 ["no-such-host"] = "The given hostname does not exist in the config"; | 220 ["no-such-host"] = "The given hostname does not exist in the config"; |
221 ["unable-to-save-data"] = "Unable to store, perhaps you don't have permission?"; | 221 ["unable-to-save-data"] = "Unable to store, perhaps you don't have permission?"; |
222 ["no-pidfile"] = "There is no 'pidfile' option in the configuration file, see http://prosody.im/doc/prosodyctl#pidfile for help"; | 222 ["no-pidfile"] = "There is no 'pidfile' option in the configuration file, see http://prosody.im/doc/prosodyctl#pidfile for help"; |
223 ["invalid-pidfile"] = "The 'pidfile' option in the configuration file is not a string, see http://prosody.im/doc/prosodyctl#pidfile for help"; | |
223 ["no-posix"] = "The mod_posix module is not enabled in the Prosody config file, see http://prosody.im/doc/prosodyctl for more info"; | 224 ["no-posix"] = "The mod_posix module is not enabled in the Prosody config file, see http://prosody.im/doc/prosodyctl for more info"; |
224 ["no-such-method"] = "This module has no commands"; | 225 ["no-such-method"] = "This module has no commands"; |
225 ["not-running"] = "Prosody is not running"; | 226 ["not-running"] = "Prosody is not running"; |
226 }, { __index = function (t,k) return "Error: "..(tostring(k):gsub("%-", " "):gsub("^.", string.upper)); end }); | 227 }, { __index = function (t,k) return "Error: "..(tostring(k):gsub("%-", " "):gsub("^.", string.upper)); end }); |
227 | 228 |