# HG changeset patch # User Kim Alvefur # Date 1348089910 -7200 # Node ID 81b49bb0ecc79c2a07ebd42d65bffb351d24670f # Parent b3e9b3576056f3b0217c007127acea7fb5655523 prosodyctl: Abort if unable to load util.pposix diff -r b3e9b3576056 -r 81b49bb0ecc7 prosodyctl --- a/prosodyctl Wed Sep 19 23:24:40 2012 +0200 +++ b/prosodyctl Wed Sep 19 23:25:10 2012 +0200 @@ -166,6 +166,7 @@ print("Error: Unable to load pposix module. Check that Prosody is installed correctly.") print("For more help send the below error to us through http://prosody.im/discuss"); print(tostring(pposix)) + os.exit(1); end local function test_writeable(filename)