# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1262316746 0
# Node ID 7f22d9c384e1828c2712e4621e7c3d21cd938319
# Parent  fbddc3ed0d09b687a36994c46099ecb2e60d3d6d
prosody.cfg.lua.dist: Remove lie about requiring console_enabled

diff -r fbddc3ed0d09 -r 7f22d9c384e1 prosody.cfg.lua.dist
--- a/prosody.cfg.lua.dist	Thu Dec 10 03:02:04 2009 +0500
+++ b/prosody.cfg.lua.dist	Fri Jan 01 03:32:26 2010 +0000
@@ -63,7 +63,7 @@
 
 			-- Other specific functionality
 				--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
-			  	--"console"; -- telnet to port 5582 (needs console_enabled = true)
+			  	--"console"; -- Opens admin telnet interface on localhost port 5582
 				--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
 				--"httpserver"; -- Serve static files from a directory over HTTP
 			  };