# HG changeset patch # User igor # Date 1193336939 -10800 # Node ID 3b8886ecd46c158ab0bdc93384dc064ff09a671b # Parent b9536e00100aa92863779868820d9c036cad290a exec timeout 0 diff -r b9536e00100a -r 3b8886ecd46c xentaur.py --- a/xentaur.py Thu Oct 25 21:27:01 2007 +0300 +++ b/xentaur.py Thu Oct 25 21:28:59 2007 +0300 @@ -528,7 +528,7 @@ if domain_types[domains.index(dom)] == 'quagga': 0 else: - write_to(dom,"\n\nena\nconf t\nline console 0\nexec timeout 0\nend\n") + write_to(dom,"\n\nena\nconf t\nline console 0\nexec-timeout 0\nend\n") return 0 def configure_save(doms=domains):