# HG changeset patch # User Kim Alvefur # Date 1348089910 -7200 # Node ID 0db82143ac00401bd07d03cb3c9b735b7f4ab390 # Parent 7dc57dfaebbe499314795990315ca279266a596b prosodyctl: Abort if unable to load util.pposix diff -r 7dc57dfaebbe -r 0db82143ac00 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)