2008/1/14 Gary Romo <[EMAIL PROTECTED]>:
>   File "/usr/share/system-config-cluster/FaildomController.py", line 213
>     if val == "Yes" or val == "yes" or val="1":

Edit /usr/share/system-config-cluster/FaildomController.py and change
line 213 to be like this:

if val == "Yes" or val == "yes" or val == "1":

-- 
Antonio Dias

--
Linux-cluster mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to