From e4a6532f02e16deac3eef7f83fa1492831d3961e Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Thu, 8 Sep 2005 09:41:41 +0000 Subject: fix allow_xserver_to_listen in level 0 (bug #18271). --- share/msec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/share/msec.py b/share/msec.py index 1cad2b8..f4e6a13 100755 --- a/share/msec.py +++ b/share/msec.py @@ -227,6 +227,7 @@ else: enable_security_check(no) enable_password(no) allow_x_connections(ALL, 1) + allow_xserver_to_listen(yes) # msec cron enable_msec_cron(1) -- cgit v1.2.1